build: update script goimports+gofmt

This commit is contained in:
Thomas Modeneis 2018-04-06 17:04:10 +02:00
parent 431af6b970
commit ab0dcec27d

View file

@ -13,5 +13,6 @@ find_files() {
}
GOFMT="gofmt -s -w";
GOFMT="goimports -w";
find_files | xargs $GOFMT;
GOIMPORTS="goimports -w";
find_files | xargs $GOFMT;
find_files | xargs $GOIMPORTS;