func bytes.TrimFunc
3 uses
bytes (current package)
bytes.go#L878: func TrimFunc(s []byte, f func(r rune) bool) []byte {
bytes.go#L1127: return TrimFunc(s[start:], unicode.IsSpace)
bytes.go#L1139: return TrimFunc(s[start:stop], unicode.IsSpace)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)