Adding link to best practices medium post.

Jason Buberel 2015-09-01 17:51:56 -07:00
parent cb3f59861d
commit cc33383b35
2 changed files with 2 additions and 0 deletions

@ -28,6 +28,7 @@ Table of Contents
## General ## General
* [Best Practices for a new Go Developer](https://medium.com/@IndianGuru/best-practices-for-a-new-go-developer-8660384302fc) _2015-09-01_
* [Golang Refactoring Tools](http://blog.ralch.com/tutorial/golang-tools-refactoring/) _2015-08-30_ * [Golang Refactoring Tools](http://blog.ralch.com/tutorial/golang-tools-refactoring/) _2015-08-30_
* [Working with Files in Go](http://devdungeon.com/content/working-files-go) _2015-08-23_ * [Working with Files in Go](http://devdungeon.com/content/working-files-go) _2015-08-23_
* [Joining the Docker Ship and Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-07-01_ * [Joining the Docker Ship and Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-07-01_

@ -53,6 +53,7 @@ Ready to write some Go code of your own? Here are a few links to help you get s
Once you have an overview of the language, here are resources you can use to learn more. Once you have an overview of the language, here are resources you can use to learn more.
- [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced. - [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced.
- [Best Practices for a New Go Developer](https://medium.com/@IndianGuru/best-practices-for-a-new-go-developer-8660384302fc) - Insights from Go community members.
- [Server programming](LearnServerProgramming) - Building web, mobile, and API servers. - [Server programming](LearnServerProgramming) - Building web, mobile, and API servers.
- [The Go Bridge Foundry](https://github.com/gobridge) - A member of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to underrepresented communities. - [The Go Bridge Foundry](https://github.com/gobridge) - A member of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to underrepresented communities.
- [More on concurrency](LearnConcurrency) - [More on concurrency](LearnConcurrency)