There's A Star Wars Easter Egg in Go's 'net' Package: https://www.reddit.com/r/golang/comments/502k2u/easter_egg_in_net_package/
5 Useful Ways to Use Closures: http://www.calhoun.io/5-useful-ways-to-use-closures-in-go/
Not really useful article :(
Tips & tricks for how #Docker can be useful when working w/ #golang code http://bddy.me/2cEO454
Tips & tricks for how #Docker can be useful when working w/ #golang code http://bddy.me/2cEO454
Huge collection of examples for using the #golang standard library: https://github.com/radovskyb/go-packages (crypto ones could probably use some vetting)
GitHub
GitHub - radovskyb/go-packages: A large repository of code and documented examples for Go's standard package library.
A large repository of code and documented examples for Go's standard package library. - GitHub - radovskyb/go-packages: A large repository of code and documented examples for Go's s...
Neugo - a simple neural network framework in Go #golang https://github.com/wh1t3w01f/neugo
Go Development with Vim-go
https://www.youtube.com/watch?v=7BqJ8dzygtU
https://www.youtube.com/watch?v=7BqJ8dzygtU
YouTube
Go Development with Vim-go
vim-go is the most popular editor plugin for developing Go in Vim. It comes with pre-defined sensible settings (like auto gofmt on save), auto completion, snippet support, improved syntax highlighting, go toolchain commands, and more advanced features. In…
"Go Walkthrough" is now a Medium publication! https://medium.com/go-walkthrough
Medium
Go Walkthrough – Medium
A series of walkthroughs to help you understand the Go standard library better.
New to the Go tools or wanna expand your knowledge? Wrote about all the flags you should know. http://golang.rakyll.org/go-tool-flags/
"Handling 1 Million Requests per Minute with Go" -> Fantastic study on using channels: http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/
marcio.io
Handling 1 Million Requests per Minute with Go