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.2.8-preview. (GOOS=darwin GOARCH=arm64)