func bytes.Split
3 uses
bytes (current package)
bytes.go#L439: func Split(s, sep []byte) [][]byte { return genSplit(s, sep, 0, -1) }
github.com/kr/text
wrap.go#L24: words := bytes.Split(bytes.Replace(bytes.TrimSpace(b), nl, sp, -1), sp)
google.golang.org/protobuf/internal/encoding/text
decode.go#L499: for _, ident := range bytes.Split(typeName, []byte{'.'}) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)