encoding/xml.Decoder.Token (method)
8 uses
encoding/xml (current package)
read.go#L227: t, err := d.Token()
read.go#L312: tok, err := d.Token()
read.go#L516: tok, err := d.Token()
read.go#L713: tok, err = d.Token()
read.go#L742: tok, err := d.Token()
xml.go#L279: func (d *Decoder) Token() (Token, error) {
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
xml_to_struct.go#L43: tok, err := d.Token()
golang.org/x/pkgsite/internal/source
meta-tags.go#L68: t, tokenErr := d.Token()
![]() |
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. |