mirror of
https://github.com/astaxie/beego.git
synced 2025-04-02 17:25:58 +00:00

Need return empty []string if config value is empty. split `“”` ==> []string{}, Not []string{“”}
Need return empty []string if config value is empty. split `“”` ==> []string{}, Not []string{“”}