From 44ab943bf852ec7f022dc18ae5203e468e4b9eac Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Sun, 9 Jun 2019 20:41:57 -0700 Subject: [PATCH] Style guideline for Go packages reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14c6eac..2ac7ab8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ If you need help with naming, formatting and style start by running [`gofmt`](ht * https://golang.org/doc/effective_go.html#names * https://blog.golang.org/package-names * https://github.com/golang/go/wiki/CodeReviewComments +* [Style guideline for Go packages](https://rakyll.org/style-packages) See [`Go Project Layout`](https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2) for additional background information.