summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 04:44:36 -0600
committerJeff Carr <[email protected]>2024-01-12 04:44:36 -0600
commit0be507b8966e83830ed47f77a19068da05512e61 (patch)
treea12affee924ece91d325becda4e0aa7366466f74 /main.go
parent83ad5524015e155e6250743e01eeed7234ccb5a5 (diff)
ready to make a map, sort and compare
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
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 {