645 B
645 B
上游基线
- 项目:
go-admin-team/go-admin - 标签:
v2.3.0 - 提交:
92834d6e39ed2e9dff925920e6a323a62177594a - 来源:https://github.com/go-admin-team/go-admin
- 导入日期:2026-08-14
仓库以源码快照方式导入,不包含嵌套 .git。上游要求 Go 1.26.5;本机 Go 1.23 使用默认 GOTOOLCHAIN=auto 自动获取固定工具链。
common/file_store 的云存储上传测试需要外部账号、Endpoint 和测试文件,因此加上 integration 构建标签。默认 go test ./... 不执行这些外部集成测试;显式配置凭据后使用 go test -tags=integration ./common/file_store。