Updates functions so they actually work :P

This commit is contained in:
2023-11-04 13:10:29 -05:00
parent f19ecf52c2
commit e12f3b844d
4 changed files with 96 additions and 46 deletions

View File

@@ -11,7 +11,7 @@ This is a base repository for starting a GoLang project. It includes a set of li
## Usage
Clone this repository and run the following command:
Clone this repository and update [`go.mod`](./go.mod)
```bash
PRJCT="example.com/newproject"