#!/usr/bin/env bash set -e CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go