go mod tidy @ECHO OFF SET CGO_ENABLED=0 SET GOOS=linux SET GOARCH=amd64 @ECHO ON go build -o out/activity ./main.go @ECHO OFF