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