func bytes.TrimLeft
6 uses
bytes (current package)
bytes.go#L919: func TrimLeft(s []byte, cutset string) []byte {
github.com/go-git/go-git/v5/plumbing/object
commit.go#L198: line = bytes.TrimLeft(line, " ")
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L739: nanob := bytes.TrimLeft(frac[:], "0")
google.golang.org/protobuf/internal/encoding/text
decode_string.go#L92: n := len(in[1:]) - len(bytes.TrimLeft(in[1:], "01234567"))
decode_string.go#L103: n := len(in[2:]) - len(bytes.TrimLeft(in[2:], "0123456789abcdefABCDEF"))
html/template
transition.go#L443: j := len(s) - len(bytes.TrimLeft(s[i+1:], "\t\n\f\r "))
![]() |
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. |