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

cmd/go/internal/tool: go tool gocov-xml bad tool name #23665

Closed
pirDOL opened this issue Feb 2, 2018 · 1 comment
Closed

cmd/go/internal/tool: go tool gocov-xml bad tool name #23665

pirDOL opened this issue Feb 2, 2018 · 1 comment

Comments

@pirDOL
Copy link

pirDOL commented Feb 2, 2018

why 'The tool name must be lower-case letters, numbers or underscores.' ?

After go build github.com/AlekSi/gocov-xml , I have to mv executable gocov-xml to gocov_xml, in order to use it in go tool.

// The tool name must be lower-case letters, numbers or underscores.

@bradfitz
Copy link
Contributor

bradfitz commented Feb 2, 2018

go tool is not for external use. You're not supposed to be able to add your own tools.

For questions about Go, see https://golang.org/wiki/Questions.

@bradfitz bradfitz closed this as completed Feb 2, 2018
@mikioh mikioh changed the title go tool gocov-xml bad tool name cmd/go/internal/tool: go tool gocov-xml bad tool name Feb 5, 2018
@golang golang locked and limited conversation to collaborators Feb 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants