mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
build: update script goimports+gofmt
This commit is contained in:
parent
431af6b970
commit
ab0dcec27d
1 changed files with 3 additions and 2 deletions
|
|
@ -13,5 +13,6 @@ find_files() {
|
||||||
}
|
}
|
||||||
|
|
||||||
GOFMT="gofmt -s -w";
|
GOFMT="gofmt -s -w";
|
||||||
GOFMT="goimports -w";
|
GOIMPORTS="goimports -w";
|
||||||
find_files | xargs $GOFMT;
|
find_files | xargs $GOFMT;
|
||||||
|
find_files | xargs $GOIMPORTS;
|
||||||
Loading…
Reference in a new issue