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") }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)