|
|
il y a 5 ans | |
|---|---|---|
| .idea | il y a 5 ans | |
| conf | il y a 5 ans | |
| db | il y a 5 ans | |
| excel | il y a 5 ans | |
| .gitignore | il y a 5 ans | |
| README.md | il y a 5 ans | |
| cmd.go | il y a 5 ans | |
| config.yaml | il y a 5 ans | |
| go.mod | il y a 5 ans | |
| go.sum | il y a 5 ans | |
| ini.xlsx | il y a 5 ans | |
| log_file.go | il y a 5 ans | |
| main.go | il y a 5 ans |
主要功能:
需要:
github.com/go-sql-driver/mysql v1.5.0
github.com/jmoiron/sqlx v1.2.0
github.com/spf13/viper v1.7.1
安装
go get -u github.com/go-sql-driver/mysql
go get -u github.com/jmoiron/sqlx v1.2.0
go get -u github.com/spf13/viper v1.7.1
打包命令
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build .
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .