summaryrefslogtreecommitdiff
path: root/rrdformat/marshal_xml.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2020-02-01 10:22:14 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2020-02-01 10:22:14 -0500
commit096410449cad14b32b41a6de1ef56f16ef3d25fb (patch)
treececcc45cc59d819ec897818bbecd8129c6b4d580 /rrdformat/marshal_xml.go
parentbe65ef54f7d2371602ae5999d9955d4bf9f48cd5 (diff)
fiddle with unmarshaling of numbers
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"