flag.FlagSet.Int64Var (method)

2 uses

	flag (current package)
		flag.go#L800: func (f *FlagSet) Int64Var(p *int64, name string, value int64, usage string) {
		flag.go#L814: 	f.Int64Var(p, name, value, usage)