We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3555857 + 7e2014d commit 007ab51Copy full SHA for 007ab51
cmd/install.go
@@ -164,6 +164,17 @@ func buildGoplusTools(useGoProxy bool) {
164
println(buildOutput)
165
166
println("Go+ tools installed successfully!")
167
+ showHelpPostInstall()
168
+}
169
+
170
+func showHelpPostInstall() {
171
+ println("Next:")
172
+ println("We just installed Go+ into the directory: ", detectGopBinPath())
173
+ message := `
174
+To setup a better Go+ development environment,
175
+we recommend you add the above install directory into your PATH environment variable.
176
+ `
177
+ println(message)
178
}
179
180
func runTestcases() {
0 commit comments