github.com/go-faster/jx.Decoder.Next (method)
7 uses
github.com/go-faster/jx (current package)
dec_b64.go#L13: if d.Next() == Null {
dec_b64.go#L26: if d.Next() == Null {
dec_num.go#L21: switch d.Next() {
dec_num.go#L75: return v, errors.Errorf("unexpected %s", d.Next())
dec_raw.go#L78: return d.Next()
dec_read.go#L9: func (d *Decoder) Next() Type {
github.com/gotd/td/tg
json_invoke.go#L270: tt := d.Next()
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |