From d744ff82057dc8b118f1efd0acfc85f8b04f2ec8 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 13 Nov 2022 10:40:52 +0100 Subject: [PATCH] added comment --- command/cmd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/cmd.go b/command/cmd.go index 3aa6d8d..8ee5749 100644 --- a/command/cmd.go +++ b/command/cmd.go @@ -11,6 +11,7 @@ import ( "go.sebtobie.de/httpserver/middleware/db" ) +// Site is an simple type for wrapping sites and their config paths in the absence of an **kwargs equivalent. type Site struct { // Config is the name of the mapitem with the config Config string