func internal/strconv.FormatInt

3 uses

	internal/strconv (current package)
		itoa.go#L28: func FormatInt(i int64, base int) string {
		itoa.go#L51: 	return FormatInt(int64(i), 10)

	strconv
		number.go#L210: 	return strconv.FormatInt(i, base)