func time.atoi
8 uses
time (current package)
format.go#L397: func atoi(s string) (x int, err error) {
format.go#L873: year, err = atoi(p)
format.go#L887: year, err = atoi(p)
format.go#L1032: hr, err = atoi(hour)
format.go#L1034: mm, err = atoi(min)
format.go#L1037: ss, err = atoi(seconds)
format.go#L1179: offset, _ = atoi(zoneName[3:]) // Guaranteed OK by parseGMT.
format.go#L1287: if ns, err = atoi(value[1:nbytes]); err != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |