diff --git a/main.go b/main.go index 70f29ce..f1720dc 100644 --- a/main.go +++ b/main.go @@ -17,6 +17,7 @@ func RootHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, "Hello World!") } + //---------------------------------------------------------------------------------------------------- //json struct for incoming requests type IncomingJson struct {