aboutsummaryrefslogtreecommitdiff
path: root/cmd/xedn/main.go
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-08-21 14:10:15 -0400
committerXe Iaso <me@xeiaso.net>2024-08-21 14:20:44 -0400
commit39660d978304ebce08a9200f4ef63c0013cab7ac (patch)
tree68f1b7f77e1690d5e7021cb221f454dff146905f /cmd/xedn/main.go
parentde3aa62dbc608ec1fbcf676275340644ed1fd031 (diff)
downloadx-39660d978304ebce08a9200f4ef63c0013cab7ac.tar.xz
x-39660d978304ebce08a9200f4ef63c0013cab7ac.zip
cmd/hdrwtch: closer to implementation
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/xedn/main.go')
-rw-r--r--cmd/xedn/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/xedn/main.go b/cmd/xedn/main.go
index 1b545d4..26d579c 100644
--- a/cmd/xedn/main.go
+++ b/cmd/xedn/main.go
@@ -263,7 +263,7 @@ func main() {
h = XeDNAnnotation(h)
slog.Info("starting up", "addr", *addr)
- http.ListenAndServe(*addr, h)
+ log.Fatal(http.ListenAndServe(*addr, h))
}
func XeDNAnnotation(next http.Handler) http.Handler {