Skip to content

x/tools/cmd/goimports:  #64960

@leathem1

Description

@leathem1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions