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
|
package app
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Package config provides application configuration loading and access.
|
||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Package observability provides logging and metrics instrumentation.
|
||||||
package observability
|
package observability
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user