docs: add package comments to core infrastructure packages

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

View File

@@ -1,3 +1,4 @@
// Package app bootstraps and wires the application dependencies.
package app package app
import ( import (

View File

@@ -1,3 +1,4 @@
// Package config provides application configuration loading and access.
package config package config
import ( import (

View File

@@ -1,3 +1,4 @@
// Package observability provides logging and metrics instrumentation.
package observability package observability
import ( import (