1 Star 0 Fork 1

yss930819 / gf-ex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
common.go 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
yss930819 提交于 2022-10-08 14:30 . feat: 完成部分库的迁移工作
package ysutils
import (
"github.com/gogf/gf/v2/os/gcmd"
)
const DefaultRunConfig = "./config/config.toml"
// IsDebugMode 判断用户是否将程序运行在 debug 模式
func IsDebugMode() bool {
return gcmd.GetOpt("debug") != nil
}
Go
1
https://gitee.com/kmyss/gf-ex.git
git@gitee.com:kmyss/gf-ex.git
kmyss
gf-ex
gf-ex
v1.0.5

搜索帮助