summaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2023-12-26README.md & handler: excluding go-sqlite for modernc-sqliteSaumit Dinesan
2023-12-25server.go & env.example: remove unused variables, explicit checks for cert ↵Saumit Dinesan
and key path in prod environment
2023-12-21Update Go version and dependencies to the latest versionsSaumit Dinesan
2023-11-28Integrating go dotenv for environment configuration and improve server setupSaumit Dinesan
2023-11-28Refactoring project - Introducing handlers,models and utils- Updating ↵Saumit Dinesan
previous hasher and idgen func + formatting
2023-09-05Adding Blake2 Hashing with /hasher endpointSaumit Dinesan
2023-09-04Initial trial - Hello World MessageSaumit Dinesan