gin: Live reload utility for Go web servers

gin is a simple command line utility for live-reloading Go web applications. Just run gin in your app directory and your web app will be served with gin as a proxy. gin will automatically recompile your code …

fswatch: a file change monitor

fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. A cross-platform file change monitor with multiple backends: Apple OS X …

go doc with colors

godocc: Like go doc but with colors. Accepts all the arguments and flags go doc works with. Godocc is just a simple wrapper around the go doc tool. examples: godocc io Writer