type internal/strconv.Error

3 uses

	internal/strconv (current package)
		atoi.go#L15: type Error int
		atoi.go#L18: 	_ Error = iota
		atoi.go#L25: func (e Error) Error() string {