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 81dea9f commit 00baccbCopy full SHA for 00baccb
go/extractor/cli/go-autobuilder/go-autobuilder.go
@@ -487,8 +487,8 @@ func extract(workspace project.GoWorkspace) bool {
487
488
// Build the project and run the extractor.
489
func installDependenciesAndBuild() {
490
- // do not print experiments the autobuilder was built with if any, only the version
491
- version := strings.SplitN(runtime.Version(), " ", 2)[0]
+ // do not print experiments the autobuilder was built with if any, only the version
+ version := strings.SplitN(runtime.Version(), " ", 2)[0]
492
log.Printf("Autobuilder was built with %s, environment has %s\n", version, toolchain.GetEnvGoVersion())
493
494
srcdir := getSourceDir()
0 commit comments