install goimports

This commit is contained in:
Randall C. O'Reilly 2024-05-03 15:08:08 -07:00
parent ecc3b0766b
commit feb8731223
1 changed files with 1 additions and 1 deletions

View File

@ -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 ./...