Linting and comments.

This commit is contained in:
2020-12-23 20:55:50 +05:00
parent 08d5f36c36
commit 115e5d5051
5 changed files with 17 additions and 8 deletions

View File

@@ -2,5 +2,6 @@ package logger
// Config represents logging configuration.
type Config struct {
// Debug is a flag that indicates that we should print out debug output.
Debug bool `yaml:"debug"`
}