-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed as not planned
Labels
FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.
Milestone
Description
I am installing: go install golang.org/x/tools/cmd/goimports@latest
however now when attempting to MAKE BUILD I get errors saying goimports is bad.
sh-5.1$ sudo make build
gofmt -w=true -s $(find . -type f -name '.go' -not -path "./vendor/" -not -path "./pb/")
goimports -w=true -d -local github.com/atlassian/gostatsd $(find . -type f -name '.go' -not -path "./vendor/" -not -path "./pb/")
/bin/sh: line 1: goimports: command not found
make: *** [Makefile:53: fmt] Error 127
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.