mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 11:34:03 +00:00
6 lines
239 B
Go
6 lines
239 B
Go
// Package config handles application configuration using Viper.
|
|
// This file contains the main configuration orchestration logic.
|
|
package config
|
|
|
|
// This file is now a minimal orchestration layer that delegates to the modular components.
|