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.
Parse
ParseLax
toolchain
1 parent f33d7ee commit b8cfff6Copy full SHA for b8cfff6
go/extractor/project/project.go
@@ -203,7 +203,7 @@ func LoadGoModules(emitDiagnostics bool, goModFilePaths []string) []*GoModule {
203
continue
204
}
205
206
- modFile, err := modfile.ParseLax(goModFilePath, modFileSrc, nil)
+ modFile, err := modfile.Parse(goModFilePath, modFileSrc, nil)
207
208
if err != nil {
209
log.Printf("Unable to parse %s: %s.\n", goModFilePath, err.Error())
0 commit comments