Go: autoformat

This commit is contained in:
Paolo Tranquilli
2024-05-02 17:08:23 +02:00
parent 81dea9f89a
commit 00baccbc15

View File

@@ -487,8 +487,8 @@ func extract(workspace project.GoWorkspace) bool {
// Build the project and run the extractor. // Build the project and run the extractor.
func installDependenciesAndBuild() { func installDependenciesAndBuild() {
// do not print experiments the autobuilder was built with if any, only the version // do not print experiments the autobuilder was built with if any, only the version
version := strings.SplitN(runtime.Version(), " ", 2)[0] version := strings.SplitN(runtime.Version(), " ", 2)[0]
log.Printf("Autobuilder was built with %s, environment has %s\n", version, toolchain.GetEnvGoVersion()) log.Printf("Autobuilder was built with %s, environment has %s\n", version, toolchain.GetEnvGoVersion())
srcdir := getSourceDir() srcdir := getSourceDir()