Golang tutorials: Difference between revisions

From wikinotes
 
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:
</blockquote><!-- Learning Go -->
</blockquote><!-- Learning Go -->


= Popular Codebases =
= Reference Codebases =
<blockquote>
<blockquote>
{| 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/bitfield/script || ADT-like 'Pipe' object
|-
|-
|}
|}
</blockquote><!-- Popular Codebases -->
</blockquote><!-- Reference Codebases -->

Latest revision as of 23:37, 14 December 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
https://github.com/bitfield/script ADT-like 'Pipe' object