type encoding/xml.UnsupportedTypeError
4 uses
encoding/xml (current package)
marshal.go#L523: return &UnsupportedTypeError{typ}
marshal.go#L826: return "", nil, &UnsupportedTypeError{typ}
marshal.go#L1128: type UnsupportedTypeError struct {
marshal.go#L1132: func (e *UnsupportedTypeError) Error() string {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)