func bytes.SplitN

one use

	bytes (current package)
		bytes.go#L386: func SplitN(s, sep []byte, n int) [][]byte { return genSplit(s, sep, 0, n) }