mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 03:24:05 +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.
|