We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
retool sync failed, when it downloads honnef.co/go/tools/cmd/megacheck:
retool sync
honnef.co/go/tools/cmd/megacheck
retool: downloading honnef.co/go/tools/cmd/megacheck retool: fatal err: execution error on "go get -d honnef.co/go/tools/cmd/megacheck": package honnef.co/go/tools/cmd/megacheck: cannot find package "honnef.co/go/tools/cmd/megacheck" in any of: /usr/local/go/src/honnef.co/go/tools/cmd/megacheck (from $GOROOT) /home/tkanng/gopath/src/github.com/pingcap/tidb-operator/_tools/src/honnef.co/go/tools/cmd/megacheck (from $GOPATH) : failed to 'go get' tool: exit status 1 Makefile:85: recipe for target 'check-setup' failed
I check the latest code of go-tools, and find that there isn't cmd/megacheck any more.
cmd/megacheck
Is it a bug of retool? :)
retool
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
retool sync
failed, when it downloadshonnef.co/go/tools/cmd/megacheck
:I check the latest code of go-tools, and find that there isn't
cmd/megacheck
any more.Is it a bug of
retool
?:)
The text was updated successfully, but these errors were encountered: