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