const strconv.IntSize
5 uses
strconv (current package)
atoi.go#L66: const IntSize = intSize
atoi.go#L112: bitSize = IntSize
atoi.go#L224: bitSize = IntSize
encoding/base64
base64.go#L525: for strconv.IntSize >= 64 && len(src)-si >= 8 && len(dst)-n >= 8 {
net/http
h2_bundle.go#L3163: bitSize = int(strconv.IntSize)
![]() |
The pages are generated with Golds v0.7.6. (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. |