type github.com/gotd/td/bin.InvalidLengthError
7 uses
github.com/gotd/td/bin (current package)
bytes.go#L48: return 0, nil, &InvalidLengthError{
decode.go#L120: return 0, &InvalidLengthError{
errors.go#L6: type InvalidLengthError struct {
errors.go#L11: func (i *InvalidLengthError) Error() string {
string.go#L54: return 0, "", &InvalidLengthError{
github.com/gotd/td/session/tdesktop
dbi.go#L132: return "", &bin.InvalidLengthError{
dbi.go#L152: return nil, &bin.InvalidLengthError{
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |