62 Star 374 Fork 119

admpub / nging

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
testsuite.go 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
hankshen 提交于 2022-10-27 00:14 . update
//go:build ignore
// +build ignore
package main
import (
"github.com/admpub/log"
_ "github.com/admpub/nging/v5/application"
"github.com/admpub/nging/v5/application/cmd"
_ "github.com/admpub/nging/v5/application/initialize/manager"
_ "github.com/admpub/nging/v5/application/library/sqlite"
_ "github.com/admpub/nging/v5/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/admpub/nging.git
git@gitee.com:admpub/nging.git
admpub
nging
nging
master

搜索帮助