docs: add package comments to auth and audit packages

This commit is contained in:
2026-06-01 12:55:28 +02:00
committed by Milas Holsting
parent cc2b885c76
commit 6303d3c83c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package audit provides audit logging for user actions.
package audit package audit
import ( import (

View File

@@ -1,3 +1,4 @@
// Package auth provides authentication and session management.
package auth package auth
import ( import (