func internal/stringslite.Cut
4 uses
internal/stringslite (current package)
strings.go#L108: func Cut(s, sep string) (before, after string, found bool) {
internal/filepathlite
path.go#L152: part, p, _ = stringslite.Cut(p, "/")
net
ip.go#L520: addr, mask, found := stringslite.Cut(s, "/")
strings
strings.go#L1229: return stringslite.Cut(s, sep)
 |
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. |