func net.xtoi2
4 uses
net (current package)
mac.go#L54: if hw[i], ok = xtoi2(s[x:], s[2]); !ok {
mac.go#L70: if hw[i], ok = xtoi2(s[x:x+2], 0); !ok {
mac.go#L73: if hw[i+1], ok = xtoi2(s[x+2:], s[4]); !ok {
parse.go#L167: func xtoi2(s string, e byte) (byte, bool) {
 |
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. |