1 line
87 B
PowerShell
1 line
87 B
PowerShell
$env:GOOS="linux"; $env:GOARCH="amd64"; $env:CGO_ENABLED=0; go build -o dist/zz main.go |