We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116390a commit a9e5747Copy full SHA for a9e5747
.travis.yml
@@ -10,6 +10,8 @@ go:
10
env:
11
- GO111MODULE=on
12
13
+before_install: go get golang.org/x/tools/cmd/goimports
14
+
15
script:
16
- diff -u <(echo -n) <(gofmt -d -s .)
17
- diff -u <(echo -n) <(goimports -d .)
0 commit comments