#!/bin/bash set -e mkdir -p "/tmp/validate-go" pushd "/tmp/validate-go" go mod init example.com/user/hello cat >hello.go <