Another pass at gofmt enforcement

This commit is contained in:
Dan Sosedoff 2018-03-16 20:04:08 -05:00
parent a02c813784
commit d153d47604

View File

@ -1,6 +1,6 @@
#!/bin/bash
files="$(go fmt ./...)"
files="$(go fmt ./pkg/...)"
ignore="pkg/data/bindata.go"
files=${files[@]/$ignore}