Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 339 Bytes

Go Project Setup Script

This is a bash script that automatically creates a new git repo for your project in Go.

What will it do?

  1. create a new directory with the project name given by the user
  2. initialize a git repository in it
  3. add a README.md file
  4. TODO add a LICENCE file, if needed
  5. initialize Go modules file