func bytes.TrimFunc
4 uses
bytes (current package)
bytes.go#L797: func TrimFunc(s []byte, f func(r rune) bool) []byte {
bytes.go#L1046: return TrimFunc(s[start:], unicode.IsSpace)
bytes.go#L1058: return TrimFunc(s[start:stop], unicode.IsSpace)
github.com/google/go-cmp/cmp
report_reflect.go#L218: if len(b) > 0 && utf8.Valid(b) && len(bytes.TrimFunc(b, isPrintSpace)) == 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)