How to Learn Go (golang)

Here is a list of tips and tricks I've found while learning Go. I've tried to keep it short on purpose. Maybe they'll help you, too:

Books

Videos

More Documentation

Super-Useful Libraries

More Go Reading

Esoterica

Running From Git master

Put ~/golang/go/bin in your path, and you can move the symlink to flip back and forth as needed. git pull to update, and ./all.bash again.