Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Basic Example

Demonstrates loading configuration with defaults and environment variable overrides.

Run

go run main.go

With environment overrides

APP_HOST=production.example.com APP_PORT=443 go run main.go