summaryrefslogtreecommitdiff
path: root/xml.go
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2026-05-14 00:41:33 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2026-05-14 00:41:33 +0200
commit228e752ad7c5a4bdff1c1ed659d2855937bb8481 (patch)
treed27fc77440d1ce198725933a400fb25d1f65ee17 /xml.go
parenta459d128ab18db2ec47ad3feaff17ffcd2431217 (diff)
Add H005NoPubKeyDigestsRequest
Diffstat (limited to 'xml.go')
-rw-r--r--xml.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/xml.go b/xml.go
index d528dde..eacacfa 100644
--- a/xml.go
+++ b/xml.go
@@ -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)