func bytes.TrimSuffix
6 uses
bytes (current package)
bytes.go#L807: func TrimSuffix(s, suffix []byte) []byte {
github.com/go-git/go-git/v5/plumbing/protocol/packp
advrefs_decode.go#L88: d.line = bytes.TrimSuffix(d.line, eol)
advrefs_decode.go#L228: p.line = bytes.TrimSuffix(p.line, peeled)
report_status.go#L109: b = bytes.TrimSuffix(b, eol)
report_status.go#L122: b = bytes.TrimSuffix(b, eol)
ulreq_decode.go#L73: d.line = bytes.TrimSuffix(d.line, eol)
![]() |
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. |