mirror of
https://github.com/astaxie/beego.git
synced 2025-04-01 18:25:59 +00:00

if iniconf.String("demo.key1") != "asta" { + t.Fatal("get demo.key1 error") + } + if iniconf.String("demo.key2") != "xie" { + t.Fatal("get demo.key2 error") + }