1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 02:34:15 +00:00
Beego/config
ysqi be544f963e Support Parse Bool with more diffrent values
ParseBool returns the boolean value represented by the string.
It accepts 1, 1.0, t, T, TRUE, true, True, YES, yes, Yes,Y, y, ON, on,
On,
 0, 0.0, f, F, FALSE, false, False, NO, no, No, N,n, OFF, off, Off.
Any other value returns an error.
2016-01-23 11:02:40 +08:00
..
xml Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00
yaml Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00
config.go Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00
fake.go Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00
ini_test.go Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00
ini.go Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00
json_test.go Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00
json.go Support Parse Bool with more diffrent values 2016-01-23 11:02:40 +08:00