build: @echo "+ build" go build -o ERP_user6700 main.go build-linux: @echo "+ build linux" GOOS=linux GOARCH=amd64 go build -o ERP_user6700 main.go