Files

8 lines
94 B
Go
Raw Permalink Normal View History

2025-11-24 11:18:08 +08:00
package request
import "net/http"
func Receive(w http.ResponseWriter, r *http.Request) {
}