- [sbshah97] Fixed a complete version to work with GET and POST requests
- [sbshah97] Created a
Makefile
andgolangci.yaml
file - [sbshah97] Upgraded to go 1.21 to remove exp packages
- [sbshah97] Added POST Method implementation to create new users
- [sbshah97] Added slog to go starter code (#14)
- [sbshah97] Added basic HTTP Methods (#4)
- [sbshah97] Added barebones repo (5 hours ago)
This initial release includes the following changes:
- GET method implemented to fetch users
- POST Method implementation to create new users
- Added slog to go starter code.
- Added basic HTTP methods.
- Added a barebones repository.