func github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil.parse
6 uses
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil (current package)
unmarshal.go#L50: err = parse(reflect.ValueOf(v), c, "")
unmarshal.go#L66: func parse(r reflect.Value, node *XMLNode, tag reflect.StructTag) error {
unmarshal.go#L159: err := parse(member, elem, field.Tag)
unmarshal.go#L185: err := parse(r.Index(i), c, "")
unmarshal.go#L198: err := parse(r.Index(r.Len()-1), node, "")
unmarshal.go#L243: parse(valueR, value, "")
 |
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. |