2
0

Merge pull request #14 from bz2/use_yaml_v2

Switch to using gopkg.in/yaml.v2
This commit is contained in:
Nate Finch
2015-10-12 21:44:48 -04:00
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"time"
"github.com/BurntSushi/toml"
"gopkg.in/yaml.v1"
"gopkg.in/yaml.v2"
)
// !!!NOTE!!!