Go: Improve go.work file(s) found log message

This commit is contained in:
Michael B. Gale
2024-02-09 16:26:19 +00:00
parent fd54350ba8
commit 9c3667dbf7

View File

@@ -273,7 +273,7 @@ func discoverWorkspaces(emitDiagnostics bool) []GoWorkspace {
return results
} else {
// We have found `go.work` files, try to load them all.
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, ", "))
if emitDiagnostics {
diagnostics.EmitGoWorkFound(goWorkFiles)