func bytes.SplitN one use bytes (current package) bytes.go#L375: func SplitN(s, sep []byte, n int) [][]byte { return genSplit(s, sep, 0, n) }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)