func bytes.Split
3 uses
bytes (current package)
bytes.go#L396: 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)
mellium.im/sasl
plain.go#L35: parts := bytes.Split(challenge, plainSep)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)