Always, always, always run go fmt ./...
before committing!
go get golang.org/x/tools/cmd/cover
make test
See the html output of the coverage information
make test-cover
go get -u github.com/tools/godep
godep save
Perfect linting is not required, but it is helpful for new people coming to the code.
go get -u github.com/golang/lint/golint
golint ./
golint ./render