github.com/go-faster/jx.Decoder.Skip (method)
9 uses
github.com/go-faster/jx (current package)
dec_raw.go#L46: if err := d.Skip(); err != nil {
dec_raw.go#L56: if err := d.Skip(); err != nil {
dec_skip.go#L10: func (d *Decoder) Skip() error {
dec_skip.go#L406: if err := d.Skip(); err != nil {
dec_skip.go#L442: if err := d.Skip(); err != nil {
dec_validate.go#L13: if err := d.Skip(); err != nil {
dec_validate.go#L17: if err := d.Skip(); err != io.EOF {
github.com/gotd/td/internal/crypto
key.go#L76: return d.Skip()
github.com/gotd/td/tdjson
decoder.go#L48: return d.Skip()
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. |