2
0

Switch to using gopkg.in/yaml.v2

This commit is contained in:
Martin Packman
2015-10-11 13:13:50 +00:00
parent 20b71e5b60
commit a8ed6f4e42
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"time" "time"
"github.com/BurntSushi/toml" "github.com/BurntSushi/toml"
"gopkg.in/yaml.v1" "gopkg.in/yaml.v2"
) )
// !!!NOTE!!! // !!!NOTE!!!