about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/http.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http.go b/src/http.go
index e29f13e..0095663 100644
--- a/src/http.go
+++ b/src/http.go
@@ -22,4 +22,6 @@ func setupHTTPServer() http.Server {
 // indexHandler handles the "/" endpoint
 func indexHandler(w http.ResponseWriter, r *http.Request) {
 	fmt.Fprintln(w, "This is the index Handler speaking! Prepare to HACK THE PLANET!")
+
+	// insert scoreboard here
 }