From 2585e05af116cb95d2d2c36b096345c2b982e39c Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 17 Dec 2022 15:22:52 -0500 Subject: refactor --- cgi/servers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/servers.go') diff --git a/cgi/servers.go b/cgi/servers.go index b18c6a3..0f23aac 100644 --- a/cgi/servers.go +++ b/cgi/servers.go @@ -21,7 +21,7 @@ func NewServers() *Servers { } // Start iterates over all Handlers and starts an internal CGI server for each one -// along with ticker for the configured handler interval and blocks forever +// along with ticker for the configured handler interval then blocks indefinitely func (s *Servers) Start(cfg config.Config) { var wg sync.WaitGroup -- cgit v1.2.3