func bytes.TrimPrefix
3 uses
bytes (current package)
bytes.go#L803: func TrimPrefix(s, prefix []byte) []byte {
golang.org/x/net/http2
gotrack.go#L57: b = bytes.TrimPrefix(b, goroutineSpace)
net/http
h2_bundle.go#L3050: b = bytes.TrimPrefix(b, http2goroutineSpace)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)