Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/cmd/goimports: #64960

Closed
leathem1 opened this issue Jan 4, 2024 · 1 comment
Closed

x/tools/cmd/goimports: #64960

leathem1 opened this issue Jan 4, 2024 · 1 comment
Labels
FrozenDueToAge Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@leathem1
Copy link

leathem1 commented Jan 4, 2024

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

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Jan 4, 2024
@gopherbot gopherbot added this to the Unreleased milestone Jan 4, 2024
@seankhliao
Copy link
Member

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2024
@golang golang locked and limited conversation to collaborators Jan 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants