From de0e66a14419b608f6d81ebd12598fceb07a91ea Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 20 Sep 2025 23:59:46 -0700 Subject: fix: some things --- cmd/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/main.go') diff --git a/cmd/main.go b/cmd/main.go index 0cd9eec..1619a17 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -110,6 +110,7 @@ func main() { ReadHeaderTimeout: 5 * time.Second, Handler: router, } + slog.Info("running") slog.Error("error while running exiting", slog.Any("error", server.ListenAndServe())) os.Exit(1) } -- cgit v1.2.3