This is a bash
script that automatically creates a new git repo for your project in Go.
- create a new directory with the project name given by the user
- initialize a
git
repository in it - add a
README.md
file TODO
add a LICENCE file, if needed- initialize Go modules file