From 76c5c71cba590f425a6f198bfffe05901bfa6f86 Mon Sep 17 00:00:00 2001 From: skyler Date: Fri, 2 May 2025 07:51:04 +0800 Subject: [PATCH] test --- main.go | 1 - 1 file changed, 1 deletion(-) 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 {