docs: add package comments to core infrastructure packages
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package app bootstraps and wires the application dependencies.
|
||||
package app
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Package config provides application configuration loading and access.
|
||||
package config
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Package observability provides logging and metrics instrumentation.
|
||||
package observability
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user