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.
msg
1 parent af2a9b2 commit f86e540Copy full SHA for f86e540
go/extractor/cli/go-autobuilder/go-autobuilder.go
@@ -880,7 +880,7 @@ func isGoInstalled() bool {
880
return err == nil
881
}
882
883
-// Get the version of Go to install in the environment and write to an environment file.
+// Get the version of Go to install and write it to an environment file.
884
func identifyEnvironment() {
885
var v versionInfo
886
depMode := getDepMode()
@@ -892,10 +892,7 @@ func identifyEnvironment() {
892
893
894
msg, versionToInstall := getVersionToInstall(v)
895
-
896
- if msg != "" {
897
- log.Println(msg)
898
- }
+ log.Println(msg)
899
900
writeEnvironmentFile(versionToInstall)
901
0 commit comments