GoTestExplorer
GoTestExplorer copied to clipboard
Could not find tests / go-outline is missing
I have attempted reinstalling go, go-pls, dlv, etc. With no luck. Whenever I try to use the test runner I get the above error.
Google searching has not helped, trying to install go-outline hasn't worked either.
Hello, i have the same issues, but i've managed to make it work. try:
go get github.com/lukehoban/go-outline
go install github.com/lukehoban/go-outline
after that, try to save the test file then refresh the extension
Could not find test (no symbols matching) 装了go-outline,还出现这个错误
Hello, i have the same issues, but i've managed to make it work. try:
go get github.com/lukehoban/go-outline go install github.com/lukehoban/go-outlineafter that, try to save the test file then refresh the extension
Yes, this work case. Thanks!