From b810ba7035284dc5217edd4cfce24268c2f2ba62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Tue, 18 Jul 2023 14:58:18 +0200 Subject: [PATCH] Add Google Go Style Guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2adfacf..62d919f 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre - [Less is exponentially more](https://commandcenter.blogspot.com.br/2012/06/less-is-exponentially-more.html) - [Go Proverbs](https://go-proverbs.github.io/) - [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) +- [Google Go Style Guide](https://google.github.io/styleguide/go) - [Idiomatic Go](https://dmitri.shuralyov.com/idiomatic-go) - [Error handling and Go](https://blog.golang.org/error-handling-and-go) - [Working with Errors in Go 1.13](https://blog.golang.org/go1.13-errors) - [Simple Go project layout with modules](https://eli.thegreenplace.net/2019/simple-go-project-layout-with-modules/) - [Structuring Tests in Go](https://medium.com/@benbjohnson/structuring-tests-in-go-46ddee7a25c) -- [Standard Package Layout](https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1) - [Packages as layers, not groups](https://www.gobeyond.dev/packages-as-layers/) - [Structuring Applications in Go](https://medium.com/@benbjohnson/structuring-applications-in-go-3b04be4ff091) - [Style guideline for Go packages](https://rakyll.org/style-packages/)