Navigation :
Go(lang)
Introduction
Basic
- github.com/golang/
- golang.org/
- blog.golang.org/
Advanced
Command line apps
- Cobra: a Commander for modern Go CLI interactions
- codegangsta/cli: a small package for building command line apps in Go
- Viper: Go configuration with fangs
- Nitro: quick and easy performance analyzer library for golang
- Color: color package for Go (golang)
- Progress bar
Graphical apps
Edition
Cheatsheet
export GOPATH=$(pwd)
go get -u all # Update all the packages