If you are getting started with go a couple resources:
- https://github.com/golang/go/wiki
- https://tour.golang.org/welcome/1
- http://www.golang-book.com/books/intro
- https://golang.org/doc/effective_go.html
- http://www.gopl.io/ - Very complete book and I recommend highly
For coding style take a look at this: https://github.com/golang/go/wiki/CodeReviewComments