func net.uitoa
9 uses
net (current package)
dnsclient.go#L36: return uitoa(uint(ip[15])) + "." + uitoa(uint(ip[14])) + "." + uitoa(uint(ip[13])) + "." + uitoa(uint(ip[12])) + ".in-addr.arpa.", nil
interface.go#L233: name = uitoa(uint(index))
ip.go#L534: return nn.String() + "/" + uitoa(uint(l))
parse.go#L178: return "-" + uitoa(uint(-val))
parse.go#L180: return uitoa(uint(val))
parse.go#L184: func uitoa(val uint) string {
 |
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. |