docs: add package comments to core infrastructure packages

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

View File

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

View File

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