diff --git a/main.go b/main.go index c9aeb773d..9c0a8e8c0 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ func main() { os.Exit(commands.Run(versionString())) } -// Version management. 2 Goals: +// Version management. Goals: // 1. Someone who just does "go get" has at least some information. // 2. If built with build/build.go, more specific build information gets put in. // Update the number here manually each release, so at least we have a range for go-get people.