diff options
| author | Merlin Scholz <merlin@scholz.ruhr> | 2026-05-14 00:41:33 +0200 |
|---|---|---|
| committer | Merlin Scholz <merlin@scholz.ruhr> | 2026-05-14 00:41:33 +0200 |
| commit | 228e752ad7c5a4bdff1c1ed659d2855937bb8481 (patch) | |
| tree | d27fc77440d1ce198725933a400fb25d1f65ee17 /xml.go | |
| parent | a459d128ab18db2ec47ad3feaff17ffcd2431217 (diff) | |
Add H005NoPubKeyDigestsRequest
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) |
