func bytes.SplitAfterN

2 uses

	bytes (current package)
		bytes.go#L384: func SplitAfterN(s, sep []byte, n int) [][]byte {

	github.com/google/pprof/profile
		legacy_java_profile.go#L69: 	h := bytes.SplitAfterN(b, []byte("\n"), 2)