We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc3b07 commit feb8731Copy full SHA for feb8731
appveyor.yml
@@ -31,7 +31,7 @@ build_script:
31
- go version
32
- go env
33
- go get -v -t ./...
34
- - go install github.com/goki/go-tools/cmd/goimports@latest
+ - go install golang.org/x/tools/cmd/goimports@latest
35
36
test_script:
37
- go test ./...
0 commit comments