#!/bin/bash if [[ ! -f "go.work" ]] ; then echo "Creating a go.work file" cat >go.work <