unknwon / goconfig

Package goconfig is a fully functional and comments-support configuration file (.ini) parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SetValue在key为空,保存时报"index out of range"

meilihao opened this issue · comments

今天偶然发现:

cfg.SetValue("test", "", "1")       
goconfig.SaveConfigFile(cfg, "test.ini")

引发panic:index out of range

多谢反馈,请再次测试~现在空的key名会被直接忽略