| // Copyright 2017 The Go Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| //go:build !plan9 && !windows |
| var installPath = func() string { |
| home, err := getHomeDir() |
| return filepath.Join(home, ".go") |
| func whichGo(ctx context.Context) (string, error) { |
| return findGo(ctx, "which") |
| func isWindowsXP() bool { |
| func currentShell() string { |
| return os.Getenv("SHELL") |
| func persistEnvChangesForSession() error { |
| shellConfig, err := shellConfigFile() |
| fmt.Printf("One more thing! Run `source %s` to persist the\n", shellConfig) |
| fmt.Println("new environment variables to your current session, or open a") |
| fmt.Println("new shell prompt.") |