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.
go.work
1 parent fd54350 commit 9c3667dCopy full SHA for 9c3667d
go/extractor/project/project.go
@@ -273,7 +273,7 @@ func discoverWorkspaces(emitDiagnostics bool) []GoWorkspace {
273
return results
274
} else {
275
// We have found `go.work` files, try to load them all.
276
- log.Printf("Found go.work files in %s.\n", strings.Join(goWorkFiles, ", "))
+ log.Printf("Found go.work file(s) in: %s.\n", strings.Join(goWorkFiles, ", "))
277
278
if emitDiagnostics {
279
diagnostics.EmitGoWorkFound(goWorkFiles)
0 commit comments