Let's Build An API
This is part 3 of this series. Go here for part 1 and here for part 2. In part 2 of this series I laid out the foundation for this project as well as the issues and solutions I decided on. So now lets actually write some code. go mod init foo I first made a Github repo, cloned it locally and ran go mod init to start. I did some searching on directory structure and organization for an API with the intent to not end up with a monolith of a main....