Skip to content

Commit 9c3667d

Browse files
committed
Go: Improve go.work file(s) found log message
1 parent fd54350 commit 9c3667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func discoverWorkspaces(emitDiagnostics bool) []GoWorkspace {
273273
return results
274274
} else {
275275
// We have found `go.work` files, try to load them all.
276-
log.Printf("Found go.work files in %s.\n", strings.Join(goWorkFiles, ", "))
276+
log.Printf("Found go.work file(s) in: %s.\n", strings.Join(goWorkFiles, ", "))
277277

278278
if emitDiagnostics {
279279
diagnostics.EmitGoWorkFound(goWorkFiles)

0 commit comments

Comments
 (0)