mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update go/extractor/project/project.go
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user