func strings.LastIndexByte
4 uses
strings (current package)
strings.go#L230: func LastIndexByte(s string, c byte) int {
crypto/x509
verify.go#L364: if i := strings.LastIndexByte(domain, '.'); i == -1 {
net/url
url.go#L1063: index := strings.LastIndexByte(str, '/')
url.go#L1206: colon := strings.LastIndexByte(host, ':')
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |