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