1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 05:44:14 +00:00
Beego/config
astaxie 63b82c438d support section
if iniconf.String("demo.key1") != "asta" {
+		t.Fatal("get demo.key1 error")
+	}
+	if iniconf.String("demo.key2") != "xie" {
+		t.Fatal("get demo.key2 error")
+	}
2013-11-27 23:55:26 +08:00
..
config.go finish config module support ini/json/xml/yaml 2013-08-22 00:07:33 +08:00
ini_test.go support section 2013-11-27 23:55:26 +08:00
ini.go support section 2013-11-27 23:55:26 +08:00
json_test.go add more json test info 2013-11-11 21:25:03 +08:00
json.go finish config module support ini/json/xml/yaml 2013-08-22 00:07:33 +08:00
xml_test.go finish config module support ini/json/xml/yaml 2013-08-22 00:07:33 +08:00
xml.go change third repo from other to beego 2013-11-21 22:19:19 +08:00
yaml_test.go fix yaml 2013-08-22 13:46:22 +08:00
yaml.go change third repo from other to beego 2013-11-21 22:19:19 +08:00