mirror of
https://github.com/enocom/gopher-reading-list.git
synced 2026-05-15 14:15:49 -06:00
parent
12debc2650
commit
9947593cca
1 changed files with 1 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
|
|||
- [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/)
|
||||
- [Package names](https://blog.golang.org/package-names)
|
||||
|
|
@ -189,7 +190,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
|
|||
### Trivia
|
||||
|
||||
- [10 things you (probably) don't know about Go](https://talks.golang.org/2012/10things.slide)
|
||||
- [Gopher Puzzlers](https://talks.godoc.org/github.com/davecheney/presentations/gopher-puzzlers.slide)
|
||||
- [Advanced Go Tips And Tricks](https://scene-si.org/2016/06/13/advanced-go-tips-and-tricks/)
|
||||
- [Golang slices gotcha](https://allegro.tech/2017/07/golang-slices-gotcha.html)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue