flag.FlagSet.IntVar (method)

2 uses

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