1 Star 0 Fork 119

zhujiajian / nging

forked from admpub / nging 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
testsuite.go 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
admpub 提交于 2020-07-12 15:16 . update
// +build ignore
package main
import (
"github.com/admpub/log"
_ "github.com/admpub/nging/application"
"github.com/admpub/nging/application/cmd"
_ "github.com/admpub/nging/application/initialize/manager"
_ "github.com/admpub/nging/application/library/sqlite"
_ "github.com/admpub/nging/application/cmd/testsuite"
)
// usage: go run testsuite.go testsuite --name=sqlquery
func main() {
defer log.Sync()
exec()
}
func exec() {
cmd.Execute()
}
Go
1
https://gitee.com/zhujjjamie/nging.git
git@gitee.com:zhujjjamie/nging.git
zhujjjamie
nging
nging
master

搜索帮助