Categorygithub.com/eldius/initial-config-go
repository
0.0.9
Repository: https://github.com/eldius/initial-config-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

initial-configs-go

It's a simple library to try to not repeat myself on configurations on each new project I start.

It configures Viper configuration, slog structured (including log keys formatting) logs and maybe another things to help application startup.

Default configuration keys

---
debug: true
log:
  level: debug
  format: json
  output_to_file: execution.log
  output_to_stdout: false