Golang tutorials: Difference between revisions

From wikinotes
Line 17: Line 17:
{| class="wikitable"
{| class="wikitable"
|-
|-
| https://github.com/go-xorm/xorm
| https://github.com/go-xorm/xorm ||
|-
|-
| https://github.com/nanomsg/mangos
| https://github.com/nanomsg/mangos || logging, homemade assertions, test structure
|-
|-
| https://github.com/apex/log
| https://github.com/apex/log ||
|-
|-
|}
|}
</blockquote><!-- Reference Codebases -->
</blockquote><!-- Reference Codebases -->

Revision as of 15:43, 16 July 2022

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