Useful
4
By Ofnoconcern
Until O’Reilly publishes one of their Cookbooks series, this is a useful one-stop shop for some common patterns. Especially for beginners who otherwise have to scour Google and Stackoverflow. Needs some better commenting and examples should be more complete/standalone. Also could really use examples for JSON and networking (eg. http and REST APIs).
Paywalled
1
By JC4Privacy
Half of all snippets are paywalled
Excellent Reference Guide
5
By NickGentile
There are many packages to explore with Golang. Where other languages use inheritance to create callable methods on primitives, golang forces everything into modular functions, the trick is learning which packages to import to gain access to those functions.
Excellent reference app for golang
5
By venkatapad
If you are a veteran programmer in other language and new to golang, this app provides easier way to check the sample/example code for various concepts/features available in golang !!
Awesome reference
5
By SilentErr0r
Great reference material. Hoping to see some API examples and JSON manipulation references.