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.
1 parent acf2f76 commit 9b5bf51Copy full SHA for 9b5bf51
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("The code in %s seems to be missing a go.mod file, attempting to initialize one...\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