This commit is contained in:
skyler 2025-05-02 07:51:04 +08:00
parent 32dc66c996
commit 76c5c71cba

View File

@ -17,7 +17,6 @@ func RootHandler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintln(w, "Hello World!") fmt.Fprintln(w, "Hello World!")
} }
//---------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------
//json struct for incoming requests //json struct for incoming requests
type IncomingJson struct { type IncomingJson struct {