add config example #3

Merged
andrey merged 2 commits from example into master 2022-09-18 22:12:32 +03:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ea8b32a759 - Show all commits

View File

@@ -48,6 +48,7 @@ linters:
- ireturn
- exhaustruct
- gomoddirectives
issues:
# Excluding configuration per-path, per-linter, per-text and per-source

View File

@@ -16,7 +16,7 @@ const (
AppName = "console"
)
// FDEVS_CONSOLE_CAT=env go run cmd/config/main.go fdevs:console:arg -b tmp
// FDEVS_CONSOLE_CAT=env go run cmd/config/main.go fdevs:console:arg -b tmp.
func main() {
env := config.New(Namespace, AppName, []config.Provider{
env.New(),