flag.FlagSet.Int64 (method)

2 uses

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