1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 13:17:23 +00:00

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

This commit is contained in:
Sam
2019-10-28 15:23:41 -04:00
parent 05afd348d0
commit 876668d3aa

View File

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