golang.org/x/tools@v0.21.1-0.20240520172518-788d39e776b1/go/ssa/testdata/src/strconv/strconv.go (about) 1 package strconv 2 3 func Itoa(i int) string 4 func Atoi(s string) (int, error) 5 6 func FormatFloat(float64, byte, int, int) string