1 Star 2 Fork 0

falling-ts/gower

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tests.go 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
falling-ts 提交于 2024-11-30 21:32 . feat 完善异常名称
package tests
import (
"gitee.com/falling-ts/gower/app"
"github.com/stretchr/testify/assert"
"testing"
)
var (
auth = app.Auth()
cache = app.Cache()
config = app.Config()
db = app.DB()
exc = app.Exception()
passwd = app.Passwd()
res = app.Response()
route = app.Route()
symCrypt = app.SymCrypt()
_ = app.Translate()
util = app.Util()
)
func getAssert(t *testing.T) *assert.Assertions {
return assert.New(t)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/falling-ts/gower.git
git@gitee.com:falling-ts/gower.git
falling-ts
gower
gower
v0.9.2

搜索帮助