flag.FlagSet.Int (method)

2 uses

	flag (current package)
		flag.go#L786: func (f *FlagSet) Int(name string, value int, usage string) *int {
		flag.go#L795: 	return CommandLine.Int(name, value, usage)