Update go/extractor/project/project.go

Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
Michael B. Gale
2024-03-04 12:25:40 +00:00
committed by GitHub
parent acf2f761a6
commit 9b5bf519a1

View File

@@ -129,7 +129,7 @@ var filesToRemove []string = []string{}
// Try to initialize a go.mod file for projects that do not already have one.
func InitGoModForLegacyProject(path string) {
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)
modInit := toolchain.InitModule(path)