Skip to content

Commit a9e5747

Browse files
authored
Install goimports for CI (#141)
Signed-off-by: wuxu <[email protected]>
1 parent 116390a commit a9e5747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ go:
1010
env:
1111
- GO111MODULE=on
1212

13+
before_install: go get golang.org/x/tools/cmd/goimports
14+
1315
script:
1416
- diff -u <(echo -n) <(gofmt -d -s .)
1517
- diff -u <(echo -n) <(goimports -d .)

0 commit comments

Comments
 (0)