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.
discoverWorkspace
1 parent 6dbb5c5 commit 4387c73Copy full SHA for 4387c73
go/extractor/project/project.go
@@ -206,7 +206,7 @@ func loadGoModules(goModFilePaths []string) []*GoModule {
206
return results
207
}
208
209
-// Given a path to a `go.work` file, this function attempts to parse the `go.work`. If unsuccessful,
+// Given a path to a `go.work` file, this function attempts to parse the `go.work` file. If unsuccessful,
210
// we attempt to discover `go.mod` files within subdirectories of the directory containing the `go.work`
211
// file ourselves.
212
func discoverWorkspace(workFilePath string) GoWorkspace {
0 commit comments