func encoding/xml.NewDecoder
5 uses
encoding/xml (current package)
read.go#L133: return NewDecoder(bytes.NewReader(data)).Decode(v)
xml.go#L229: func NewDecoder(r io.Reader) *Decoder {
github.com/aws/aws-sdk-go/private/protocol/query
unmarshal.go#L23: decoder := xml.NewDecoder(r.HTTPResponse.Body)
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
unmarshal.go#L26: err := xml.NewDecoder(body).Decode(v)
golang.org/x/pkgsite/internal/source
meta-tags.go#L64: d := xml.NewDecoder(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. |