# README
Config Module
This module provides a centralized configuration system for Go microservices. It supports loading configuration from environment variables and .env
files with sane defaults and options to override.
Installation
go get github.com/yourusername/config-module