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
After running go clean -i -r ./... go vet breaks, please find the steps to reproduce below
go clean -i -r ./...
go vet
mmatczuk:gotest$ tar xzf ~/downloads/go1.7.5.linux-amd64.tar.gz mmatczuk:gotest$ mkdir gopath mmatczuk:gotest$ export GOROOT=$PWD/go mmatczuk:gotest$ export GOPATH=$PWD/gopath mmatczuk:gotest$ export PATH=$GOROOT/bin:$PATH mmatczuk:gotest$ go version go version go1.7.5 linux/amd64 mmatczuk:gotest$ go get github.com/mmatczuk/go-http-tunnel/... mmatczuk:gotest$ cd gopath/src/github.com/mmatczuk/go-http-tunnel/ mmatczuk:go-http-tunnel$ go vet ./... mmatczuk:go-http-tunnel$ go clean -i -r ./... mmatczuk:go-http-tunnel$ go vet ./... vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 vet: import failed: can't find import: fmt vet: import failed: can't find import: fmt exit status 1 mmatczuk:go-http-tunnel$ go install ./... mmatczuk:go-http-tunnel$
cc: @griesemer
The text was updated successfully, but these errors were encountered:
Duplicate of #11415.
Sorry, something went wrong.
No branches or pull requests
After running
go clean -i -r ./...
go vet
breaks, please find the steps to reproduce belowcc: @griesemer
The text was updated successfully, but these errors were encountered: