package strconv
Import Path
internal/runtime/strconv (on go.dev)
Dependency Relation
imports one package, and imported by 2 packages
Involved Source Files
atoi.go
Package-Level Functions (total 3)
Atoi is like Atoi64 but for integers
that fit into an int.
Atoi32 is like Atoi but for integers
that fit into an int32.
Atoi64 parses an int64 from a string s.
The bool result reports whether s is a number
representable by a value of type int64.
![]() |
The pages are generated with Golds v0.7.7-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |