flag.FlagSet.Int64 (method)

2 uses

	flag (current package)
		flag.go#L812: func (f *FlagSet) Int64(name string, value int64, usage string) *int64 {
		flag.go#L821: 	return CommandLine.Int64(name, value, usage)