1046102779 / grbac

权限管理服务平台, 利用shiro权限管理设计**, 支持单用户多角色,比RBAC的资源管理更细粒度化

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

""==

tutengdihuang opened this issue · comments

if "" == loggerFilePath {
	panic("app conf `user_log::user_log_path` error:" + err.Error())
}

这样写代码?

if "" == loggerFilePath {
	panic("app conf `user_log::user_log_path` error:" + err.Error())
}

这样写代码?

不是,if loggerFilePath == "" { // 推荐这么写