Browse Source

Use github.com/pelletier/go-toml instead of github.com/BurntSushi/toml

pull/34/head
Sam 5 years ago
parent
commit
876668d3aa
  1. 2
      cmdConfig.go

2
cmdConfig.go

@ -7,7 +7,7 @@ import ( @@ -7,7 +7,7 @@ import (
"io/ioutil"
"os"
"github.com/BurntSushi/toml"
"github.com/pelletier/go-toml"
)
func init() {

Loading…
Cancel
Save