Files
gibidify/config/config.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.