func bytes.TrimLeftFunc
2 uses
bytes (current package)
bytes.go#L851: func TrimLeftFunc(s []byte, f func(r rune) bool) []byte {
bytes.go#L875: return TrimRightFunc(TrimLeftFunc(s, f), f)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)