github.com/cockroachdb/tools@v0.0.0-20230222021103-a6d27438930d/go/ssa/interp/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