hlogdoc #3

Merged
h merged 4 commits from hlogdoc into master 2026-01-13 13:53:12 +11:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 51045537b2 - Show all commits

View File

@@ -1,4 +1,4 @@
# HLog - v0.10.1-hlogdoc # HLog - v0.10.3
A structured logging package for Go built on top of [zerolog](https://github.com/rs/zerolog). HLog provides simple configuration via environment variables, flexible output options, and automatic log file management. A structured logging package for Go built on top of [zerolog](https://github.com/rs/zerolog). HLog provides simple configuration via environment variables, flexible output options, and automatic log file management.

View File

@@ -1,4 +1,4 @@
# HWS (H Web Server) - v0.2.1-hlogdoc # HWS (H Web Server) - v0.2.2
A lightweight, opinionated HTTP web server framework for Go built on top of the standard library's net/http. A lightweight, opinionated HTTP web server framework for Go built on top of the standard library's net/http.

View File

@@ -1,4 +1,4 @@
# HWSAuth - v0.3.1-hlogdoc # HWSAuth - v0.3.2
JWT-based authentication middleware for the HWS web framework. JWT-based authentication middleware for the HWS web framework.

View File

@@ -1,4 +1,4 @@
# JWT - v0.10.0-hlogdoc # JWT - v0.10.1
JWT (JSON Web Token) generation and validation with database-backed token revocation support. JWT (JSON Web Token) generation and validation with database-backed token revocation support.