|
|
hace 5 años | |
|---|---|---|
| .idea | hace 5 años | |
| conf | hace 5 años | |
| db | hace 5 años | |
| excel | hace 5 años | |
| .gitignore | hace 5 años | |
| README.md | hace 5 años | |
| cmd.go | hace 5 años | |
| config.yaml | hace 5 años | |
| go.mod | hace 5 años | |
| go.sum | hace 5 años | |
| ini.xlsx | hace 5 años | |
| log_file.go | hace 5 años | |
| main.go | hace 5 años |
主要功能:
需要:
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 .