Skip to content

Instantly share code, notes, and snippets.

@danwakefield
Last active August 29, 2015 14:21
Show Gist options
  • Save danwakefield/7855a976dc466b442fde to your computer and use it in GitHub Desktop.
Save danwakefield/7855a976dc466b442fde to your computer and use it in GitHub Desktop.
Just some stuff you might like to read / watch on the plane if you are interested.
OP-ED:
http://www.evanmiller.org/four-days-of-go.html
Video:
https://youtu.be/elu0VpLzJL8 -- Go for pythonista's -- 51m
https://youtu.be/woCg2zaIVzQ -- Concurrency + Composition -- 14m
https://youtu.be/B-r3Wf_I2Lk -- General stuff -- 18m
https://www.youtube.com/playlist?list=PLMW8Xq7bXrG58Qk-9QSy2HRh2WVeIrs7e -- Others
http://gophervids.appspot.com/ -- aggregrator for go talks.
Syntax Guide:
http://www.golang-book.com/assets/pdf/gobook.pdf -- Nice introduction for free
Example Code:
http://herman.asia/open-source-go-projects-to-learn-from
https://github.com/rackspace/gophercloud -- http://gophercloud.io -- Openstack client lib's with great documentation
Others:
http://dave.cheney.net/resources-for-new-go-programmers
http://awesome-go.com/
http://golangweekly.com/
http://theburningmonk.com/2015/05/why-i-like-golang-interfaces/ -- Quick Example of Go's version of Duck Typing
I think everyone here uses vim as well so these might be useful as well:
https://github.com/fatih/vim-go
https://github.com/Danwakefield/dotfiles/blob/master/vim/vimrc#L315-334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment