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

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