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
gitrepository in it - add a
README.mdfile TODOadd a LICENCE file, if needed- initialize Go modules file