Create a py folder and move go-reloaded.py from the /scripts folder into /py
Setup a go package in a new folder called cli
The new structure of the program should look like this:
<repo>
├── scripts/
│ ├── py/
│ └── go-reloaded.py
├── cli/
│ └── go.mod
├── CONTRUBUTING.md
├── LICENSE.md
└── README.md
Create a py folder and move
go-reloaded.pyfrom the/scriptsfolder into/pySetup a go package in a new folder called
cliThe new structure of the program should look like this: