This commit is contained in:
idk
2019-05-12 21:37:42 -04:00
parent 5ddea40045
commit 70a8ab4019
2 changed files with 5 additions and 5 deletions

View File

@ -280,7 +280,7 @@ func NewI2PBlankTunConf() *Conf {
var c Conf
c.Config = &goini.INI{}
c.Config = goini.New()
c.Config.Parse([]byte(""),"\n","=")
c.Config.Parse([]byte(""), "\n", "=")
return &c
}