Skip to content

Commit

Permalink
Go: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed May 2, 2024
1 parent 81dea9f commit 00baccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/extractor/cli/go-autobuilder/go-autobuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ func extract(workspace project.GoWorkspace) bool {

// Build the project and run the extractor.
func installDependenciesAndBuild() {
// do not print experiments the autobuilder was built with if any, only the version
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]
log.Printf("Autobuilder was built with %s, environment has %s\n", version, toolchain.GetEnvGoVersion())

srcdir := getSourceDir()
Expand Down

0 comments on commit 00baccb

Please sign in to comment.