func github.com/go-git/gcfg/types.ParseInt

2 uses

	github.com/go-git/gcfg/types (current package)
		int.go#L47: func ParseInt(intptr interface{}, val string, mode IntMode) error {

	github.com/go-git/gcfg
		set.go#L135: 	return types.ParseInt(d, val, mode)