Link to more relevant style guidelines.

Change-Id: Ic91bcb0963c7b1193814fa049c69306b85e96ec0
This commit is contained in:
Bjoern Rabenstein 2014-05-06 12:15:56 +02:00
parent 3dfae09d30
commit de6fffaa30
1 changed files with 1 additions and 1 deletions

View File

@ -93,4 +93,4 @@ Please try to avoid warnings flagged by [`go
vet`](https://godoc.org/code.google.com/p/go.tools/cmd/vet) and by
[`golint`](https://github.com/golang/lint), and pay attention to the
[Go Code Review
Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments).
Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments) and the _Formatting and style_ section of Peter Bourgon's [Go: Best Practices for Production Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).