From 0b0d7470c011e76c61abf87cf57b7358d257f505 Mon Sep 17 00:00:00 2001 From: jojo Date: Thu, 18 Jan 2024 13:32:30 -0300 Subject: [PATCH] :bug: lint --- cmd/newsletter/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/newsletter/main.go b/cmd/newsletter/main.go index 2ceb886..f403c5e 100644 --- a/cmd/newsletter/main.go +++ b/cmd/newsletter/main.go @@ -11,6 +11,7 @@ import ( "github.com/perebaj/newsletter" ) +// Config is the struct that contains the configuration for the service. type Config struct { LogLevel string LogType string