func bytes.SplitN one use bytes (current package) bytes.go#L420: func SplitN(s, sep []byte, n int) [][]byte { return genSplit(s, sep, 0, n) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)