mirror of
https://github.com/enocom/gopher-reading-list.git
synced 2026-05-15 14:15:49 -06:00
Add Google Go Style Guide
This commit is contained in:
parent
a599d54b18
commit
b810ba7035
1 changed files with 1 additions and 1 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue