github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/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