aboutsummaryrefslogtreecommitdiff
path: root/cmd/main.go
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-09-20 23:59:46 -0700
committerMax Resnick <max@ofmax.li>2025-09-20 23:59:46 -0700
commitde0e66a14419b608f6d81ebd12598fceb07a91ea (patch)
tree9d59c9b889c9384d7a02cf358d9d1d4efb950e7a /cmd/main.go
parente81cbe44ae496f32c98011c739718d4df7570f73 (diff)
downloadgo-git-server-de0e66a14419b608f6d81ebd12598fceb07a91ea.tar.gz
fix: some things
Diffstat (limited to '')
-rw-r--r--cmd/main.go1
1 files changed, 1 insertions, 0 deletions
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)
}