Skip to content

Instantly share code, notes, and snippets.

@alexwirz
Created August 21, 2021 17:01
Show Gist options
  • Save alexwirz/e2948fcd1fd12a7e99bfd59a34ae3d36 to your computer and use it in GitHub Desktop.
Save alexwirz/e2948fcd1fd12a7e99bfd59a34ae3d36 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
if [ "$1" = "" ]; then echo "Usage: gobootstrap.sh kata_name" && exit 1; fi
touch $1.go $1_test.go
go mod init $1/1
go mod tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment