From 0be507b8966e83830ed47f77a19068da05512e61 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 12 Jan 2024 04:44:36 -0600 Subject: ready to make a map, sort and compare Signed-off-by: Jeff Carr --- main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 50bfae4..609a267 100644 --- a/main.go +++ b/main.go @@ -56,6 +56,8 @@ func main() { return } */ + readconfigfile() + return http.HandleFunc("/", okHandler) err := http.ListenAndServe(":80", nil) if err != nil { -- cgit v1.2.3