func strings.LastIndexByte
4 uses
strings (current package)
strings.go#L285: func LastIndexByte(s string, c byte) int {
crypto/x509
verify.go#L405: if i := strings.LastIndexByte(domain, '.'); i == -1 {
net/url
url.go#L1059: index := strings.LastIndexByte(str, '/')
url.go#L1202: colon := strings.LastIndexByte(host, ':')
![]() |
The pages are generated with Golds v0.8.4. (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. |