I was running through the steps in https://github.com/golang/vscode-go/blob/master/docs/Smoke-Test.md, with the example repository in GOPATH mode. Renaming stringutil.Reverse resulted in an error in the reverse_test.go file, as the version in the test variant was not renamed.
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Jun 4, 2020
I was running through the steps in https://github.com/golang/vscode-go/blob/master/docs/Smoke-Test.md, with the example repository in
GOPATH
mode. Renamingstringutil.Reverse
resulted in an error in thereverse_test.go
file, as the version in the test variant was not renamed.The text was updated successfully, but these errors were encountered: