From c446baa342a54bf5caf5a1056a507dc52906cee0 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 6 Oct 2019 20:22:54 +0200 Subject: added instructions --- src/http.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 } -- cgit 1.4.1