3 lines
125 B
Bash
3 lines
125 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags=jsoniter -o ./erp_server_`date '+%Y%m%d_%H%M%S'` ../main.go
|