jay-wlj
Results
3
issues of
jay-wlj
type xmlMapEntry struct { XMLName xml.Name Value string `xml:",chardata"` } func (m Params) MarshalXML(e *xml.Encoder, start xml.StartElement) error { if len(m) == 0 { return nil } start.Name.Local = "xml"...