flag.FlagSet.IntVar (method)

2 uses

	flag (current package)
		flag.go#L657: func (f *FlagSet) IntVar(p *int, name string, value int, usage string) {
		flag.go#L671: 	f.IntVar(p, name, value, usage)