func net.splitAtBytes

2 uses

	net (current package)
		parse.go#L95: func splitAtBytes(s string, t string) []string {
		parse.go#L115: func getFields(s string) []string { return splitAtBytes(s, " \r\t\n") }