From de6fffaa3000ab4090babe5bfd96b5c4638ad19e Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Tue, 6 May 2014 12:15:56 +0200 Subject: [PATCH] Link to more relevant style guidelines. Change-Id: Ic91bcb0963c7b1193814fa049c69306b85e96ec0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d91bb..7aab575 100644 --- a/README.md +++ b/README.md @@ -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).