diff options
Diffstat (limited to 'xml.go')
| -rw-r--r-- | xml.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ package libebics -import "encoding/xml" +import ( + "encoding/xml" +) func (t EbicsCertificateType) MarshalXML(e *xml.Encoder, start xml.StartElement) error { return e.EncodeElement(t.String(), start) |
