docs: add package comments to auth and audit packages

This commit is contained in:
2026-06-01 12:55:28 +02:00
parent 5e553ceecc
commit b862b6e08b
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
import (

View File

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