mirror of
https://github.com/astaxie/beego.git
synced 2024-11-19 06:50:57 +00:00
63b82c438d
if iniconf.String("demo.key1") != "asta" { + t.Fatal("get demo.key1 error") + } + if iniconf.String("demo.key2") != "xie" { + t.Fatal("get demo.key2 error") + } |
||
---|---|---|
.. | ||
config.go | ||
ini_test.go | ||
ini.go | ||
json_test.go | ||
json.go | ||
xml_test.go | ||
xml.go | ||
yaml_test.go | ||
yaml.go |