summaryrefslogtreecommitdiff
path: root/rrdformat/marshal_xml.go
diff options
context:
space:
mode:
Diffstat (limited to 'rrdformat/marshal_xml.go')
-rw-r--r--rrdformat/marshal_xml.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrdformat/marshal_xml.go b/rrdformat/marshal_xml.go
index fb6c9e1..2d0269b 100644
--- a/rrdformat/marshal_xml.go
+++ b/rrdformat/marshal_xml.go
@@ -1,8 +1,8 @@
package rrdformat
import (
- "strconv"
"encoding/xml"
+ "strconv"
)
//const XMLNS = "https://oss.oetiker.ch/rrdtool/rrdtool-dump.xml"