From 8e24783d5fa4e7f0e719e7476e98def8b06a46d0 Mon Sep 17 00:00:00 2001 From: ebosas Date: Sat, 12 Jun 2021 15:52:52 +0300 Subject: [PATCH] Comments --- internal/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/config/config.go b/internal/config/config.go index bbb5c0d..028e46b 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -2,6 +2,7 @@ package config import "os" +// Config stores configuration type Config struct { ServerAddr string PostgresURL string