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.
InitGoModForLegacyProject
1 parent 1a13a0e commit acf2f76Copy full SHA for acf2f76
go/extractor/project/project.go
@@ -129,7 +129,7 @@ var filesToRemove []string = []string{}
129
130
// Try to initialize a go.mod file for projects that do not already have one.
131
func InitGoModForLegacyProject(path string) {
132
- log.Printf("Project appears to be a legacy Go project, attempting to initialize go.mod in %s\n", path)
+ log.Printf("The code in %s seems to be missing a go.mod file, attempting to initialize one...\n", path)
133
134
modInit := toolchain.InitModule(path)
135
0 commit comments