package
1.5.0
Repository: https://github.com/ilyakaznacheev/cleanenv.git
Documentation: pkg.go.dev

# README

Simple config

Example of simple web server reading configuration from the config file and environment variables.

In this example, some fields are not stored in the default configuration file (config.yml) by security reasons. Store passwords and other sensitive parameters in secure storage and read them from environment variables.

# Functions

ConnectDB connects to an abstract database.
ProcessArgs processes and handles CLI arguments.

# Structs

Args command-line parameters.
Config is a application configuration structure.