func bytes.TrimPrefix
12 uses
bytes (current package)
bytes.go#L798: func TrimPrefix(s, prefix []byte) []byte {
github.com/go-git/go-git/v5/plumbing/protocol/packp
advrefs_decode.go#L261: p.line = bytes.TrimPrefix(p.line, shallow)
ulreq_decode.go#L88: d.line = bytes.TrimPrefix(d.line, want)
ulreq_decode.go#L117: d.line = bytes.TrimPrefix(d.line, sp)
ulreq_decode.go#L147: d.line = bytes.TrimPrefix(d.line, want)
ulreq_decode.go#L172: d.line = bytes.TrimPrefix(d.line, shallow)
ulreq_decode.go#L210: d.line = bytes.TrimPrefix(d.line, deepenCommits)
ulreq_decode.go#L226: d.line = bytes.TrimPrefix(d.line, deepenSince)
ulreq_decode.go#L240: d.line = bytes.TrimPrefix(d.line, deepenReference)
github.com/russross/blackfriday/v2
block.go#L310: data = bytes.TrimPrefix(data, []byte("% "))
golang.org/x/net/http2
gotrack.go#L57: b = bytes.TrimPrefix(b, goroutineSpace)
net/http
h2_bundle.go#L2913: b = bytes.TrimPrefix(b, http2goroutineSpace)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |