Skip to content

Commit feb8731

Browse files
committed
install goimports
1 parent ecc3b07 commit feb8731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build_script:
3131
- go version
3232
- go env
3333
- go get -v -t ./...
34-
- go install github.com/goki/go-tools/cmd/goimports@latest
34+
- go install golang.org/x/tools/cmd/goimports@latest
3535

3636
test_script:
3737
- go test ./...

0 commit comments

Comments
 (0)