fix(pkg/logfile): define own un/marshal functions for xml

This commit is contained in:
2019-06-21 13:37:29 +02:00
parent e6e566793a
commit 3006e6f0e6
4 changed files with 63 additions and 12 deletions

View File

@ -1,6 +1,8 @@
package types
import "time"
import (
"time"
)
// Temperature ...
type Temperature struct {