Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 768 Bytes

CHANGELOG.md

File metadata and controls

21 lines (17 loc) · 768 Bytes

Changelog

Version 1.0.0 - 2023-10-20

Added

  • [sbshah97] Fixed a complete version to work with GET and POST requests
  • [sbshah97] Created a Makefile and golangci.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.