Another pass at gofmt enforcement
This commit is contained in:
parent
a02c813784
commit
d153d47604
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
files="$(go fmt ./...)"
|
||||
files="$(go fmt ./pkg/...)"
|
||||
ignore="pkg/data/bindata.go"
|
||||
files=${files[@]/$ignore}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user