Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f052158 commit 1edcfe7Copy full SHA for 1edcfe7
gopls/internal/regtest/diagnostics/golist_test.go
@@ -9,9 +9,12 @@ import (
9
10
. "golang.org/x/tools/gopls/internal/lsp/regtest"
11
"golang.org/x/tools/gopls/internal/lsp/source"
12
+ "golang.org/x/tools/internal/testenv"
13
)
14
15
func TestGoListErrors(t *testing.T) {
16
+ testenv.NeedsTool(t, "cgo")
17
+
18
const src = `
19
-- go.mod --
20
module a.com
0 commit comments