Squash merge hlogdoc into main

2026-01-13 13:43:24 +11:00
parent b11ab807c7
commit 064884935b
5 changed files with 6 additions and 8 deletions

@@ -1,6 +1,4 @@
# HLog - Structured Logging for Go
**Version:** v0.10.1-hlogdoc
# HLog - v0.10.2
HLog is a structured logging package built on top of [zerolog](https://github.com/rs/zerolog), providing simple configuration, flexible output options, and automatic log file management for Go applications.

2
HWS.md

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

@@ -1,4 +1,4 @@
# hwsauth
# HWSAuth - v0.3.2
JWT-based authentication middleware for the hws web framework.

@@ -1,6 +1,6 @@
# golib Wiki
# h/golib Wiki
Welcome to the golib documentation wiki. This wiki provides comprehensive documentation for all golib modules.
Welcome to the h/golib documentation wiki. This wiki provides comprehensive documentation for all golib modules.
## Modules

2
JWT.md

@@ -1,4 +1,4 @@
# JWT Package
# JWT Package - v0.10.1
The `jwt` package provides comprehensive JWT (JSON Web Token) generation and validation with database-backed token revocation support.