diff options
author | Emile <hanemile@protonmail.com> | 2019-10-06 20:22:54 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-06 20:22:54 +0200 |
commit | c446baa342a54bf5caf5a1056a507dc52906cee0 (patch) | |
tree | 548d192888ba5b0132b02216810e392ba2607765 | |
parent | 7ce952cd7801044241acf072bd194d1667584007 (diff) |
added instructions
-rw-r--r-- | src/http.go | 2 |
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 } |