Skip to content

Commit

Permalink
install goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed May 3, 2024
1 parent ecc3b07 commit feb8731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_script:
- go version
- go env
- go get -v -t ./...
- go install github.com/goki/go-tools/cmd/goimports@latest
- go install golang.org/x/tools/cmd/goimports@latest

test_script:
- go test ./...

0 comments on commit feb8731

Please sign in to comment.