func bytes.Split

one use

	bytes (current package)
		bytes.go#L392: func Split(s, sep []byte) [][]byte { return genSplit(s, sep, 0, -1) }