1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 02:54:13 +00:00
Beego/config
fugr 6a2ee371a5 avoid creating new file to implements Config
There is no need to create new file in ParseData(data []byte) (Configer, error).Tet's make code simply.
2017-01-09 21:04:11 +08:00
..
xml avoid creating new file to implements Config 2017-01-09 21:04:11 +08:00
yaml avoid creating new file to implements Config 2017-01-09 21:04:11 +08:00
config_test.go Change key format 2016-03-29 21:47:33 +08:00
config.go Added ToString method which converts values of any type to string 2016-11-29 14:55:56 +01:00
fake.go Update config suport environment variable logic 2016-03-12 14:32:39 +08:00
ini_test.go Change key format 2016-03-29 21:47:33 +08:00
ini.go avoid creating new file to implements Config 2017-01-09 21:04:11 +08:00
json_test.go Change key format 2016-03-29 21:47:33 +08:00
json.go Change key format 2016-03-29 21:47:33 +08:00