65 Star 415 Fork 137

admpub/nging

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
testsuite.go 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
hankshen 提交于 2024-09-11 19:01 +08:00 . update
//go:build ignore
// +build ignore
package main
import (
"github.com/admpub/log"
_ "github.com/admpub/nging/v5/application"
"github.com/coscms/webcore/cmd"
_ "github.com/coscms/webcore/initialize/manager"
_ "github.com/coscms/webcore/library/sqlite"
_ "github.com/coscms/webcore/cmd/testsuite"
)
// usage: go run testsuite.go testsuite --name=sqlquery
func main() {
defer log.Sync()
exec()
}
func exec() {
cmd.Execute()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/admpub/nging.git
git@gitee.com:admpub/nging.git
admpub
nging
nging
master

搜索帮助