We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93329a commit d5af889Copy full SHA for d5af889
gopls/internal/lsp/safetoken/safetoken_test.go
@@ -81,6 +81,7 @@ func TestGoplsSourceDoesNotCallTokenFileMethods(t *testing.T) {
81
cfg.Env = os.Environ()
82
cfg.Env = append(cfg.Env,
83
"GOPACKAGESDRIVER=off",
84
+ "GOWORK=off", // necessary for -mod=mod below
85
"GOFLAGS=-mod=mod",
86
)
87
gopls/test/debug/debug_test.go
@@ -54,6 +54,7 @@ func TestTemplates(t *testing.T) {
54
55
56
57
58
59
60
0 commit comments