in main.go [47:53]
func Version() string { info, ok := debug.ReadBuildInfo() if !ok { return "(devel)" } return info.Main.Version }