func bytes.Split

one use

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