[gofmt]
apt = golang-go
files = *.go
command = gofmt -l {files}

[go-generate]
comment = Please ensure that the files generated by go generate are rebuilt at build time.
files = *.go
command = grep go:generate {files}

# TODO: govet
# TODO: golint #799169
# TODO: https://github.com/dvyukov/go-fuzz#go-fuzz-randomized-testing-for-go
# TODO: http://0xdabbad00.com/2015/04/12/looking_for_security_trouble_spots_in_go_code/

# vim:ft=dosini
