13 lines
509 B
AMPL
13 lines
509 B
AMPL
module cmautobuy/admin
|
||||
|
|
|
|||
|
|
go 1.23.0
|
|||
|
|
|
|||
|
|
// 依赖用 go get 添加后会自动写到下面,连同 go.sum 一起提交。
|
|||
|
|
// 本项目固定使用(理由见 admin/AGENTS.md 技术栈一节):
|
|||
|
|
// github.com/gin-gonic/gin Web 框架
|
|||
|
|
// modernc.org/sqlite SQLite 驱动,纯 Go,不需要 cgo
|
|||
|
|
// github.com/xuri/excelize/v2 读蝦皮 Excel 报表
|
|||
|
|
//
|
|||
|
|
// 不得改用 github.com/mattn/go-sqlite3(需要 cgo,Windows 上要装 gcc,
|
|||
|
|
// 交叉编译和打包 exe 都会变麻烦)。
|