This commit is contained in:
Tomas Dvorak
2026-05-05 09:48:07 +02:00
parent d854614a87
commit 48c3e15a38
295 changed files with 178381 additions and 1039 deletions
+1
View File
@@ -29,6 +29,7 @@ func main() {
if err != nil {
log.Fatalf("create server: %v", err)
}
defer server.Close()
httpServer := &http.Server{
Addr: ":" + cfg.Port,