func net/url.ishex 3 uses net/url (current package) url.go#L47: func ishex(c byte) bool { url.go#L207: if i+2 >= len(s) || !ishex(s[i+1]) || !ishex(s[i+2]) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)