test commit

This commit is contained in:
skyler 2025-05-02 07:49:04 +08:00
parent ecf6b421cb
commit 32dc66c996

View File

@ -17,6 +17,7 @@ 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 {