Files
goauto/server/UPSTREAM.md
T

645 B

上游基线

仓库以源码快照方式导入,不包含嵌套 .git。上游要求 Go 1.26.5;本机 Go 1.23 使用默认 GOTOOLCHAIN=auto 自动获取固定工具链。

common/file_store 的云存储上传测试需要外部账号、Endpoint 和测试文件,因此加上 integration 构建标签。默认 go test ./... 不执行这些外部集成测试;显式配置凭据后使用 go test -tags=integration ./common/file_store。