Golang tutorials

From wikinotes
Revision as of 23:37, 14 December 2022 by Will (talk | contribs) (→‎Reference Codebases)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Learning Go

golang specification (best) https://go.dev/ref/spec
effective go https://go.dev/doc/effective_go
zetcode https://zetcode.com/all/#go

Reference Codebases

https://github.com/go-xorm/xorm
https://github.com/nanomsg/mangos logging, homemade assertions, test structure
https://github.com/apex/log
https://github.com/bitfield/script ADT-like 'Pipe' object