1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-16 11:53:34 +00:00
Beego/config
astaxie fee3c2b8f9 add Strings interface can return []string sep by ;
Example:
peers = one;Two;Three
2014-01-15 17:19:03 +08:00
..
config.go add Strings interface can return []string sep by ; 2014-01-15 17:19:03 +08:00
fake.go add Strings interface can return []string sep by ; 2014-01-15 17:19:03 +08:00
ini_test.go add Strings interface can return []string sep by ; 2014-01-15 17:19:03 +08:00
ini.go add Strings interface can return []string sep by ; 2014-01-15 17:19:03 +08:00
json_test.go beego config module json support get data like key:🔑:key 2013-12-10 18:09:58 +08:00
json.go add Strings interface can return []string sep by ; 2014-01-15 17:19:03 +08:00
xml_test.go finish config module support ini/json/xml/yaml 2013-08-22 00:07:33 +08:00
xml.go add Strings interface can return []string sep by ; 2014-01-15 17:19:03 +08:00
yaml_test.go fix yaml 2013-08-22 13:46:22 +08:00
yaml.go add Strings interface can return []string sep by ; 2014-01-15 17:19:03 +08:00