This commit is contained in:
Liang Ding 2014-09-19 21:10:04 +08:00
parent e6d5d429d1
commit 7c12459c5d
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import (
// Wide 中唯一一个 init 函数.
func init() {
// 默认启动参数
// TODO:默认启动参数
flag.Set("logtostderr", "true")
flag.Set("v", "3")
flag.Parse()
@ -33,7 +33,7 @@ func init() {
// 加载配置
conf.Load()
// 定时检查 Wide 运行环境
// 定时检查运行环境
conf.CheckEnv()
}