(args ...string)
| 95 | } |
| 96 | |
| 97 | func runGoTool(args ...string) error { |
| 98 | return runGoFrom("tools", append([]string{"-exec", "go run exec_from.go -dir .."}, args...)...) |
| 99 | } |
| 100 | |
| 101 | // CheckVersion checks the installed Go version against the minimum version we support. |
| 102 | func (Go) CheckVersion() error { |