nethttp

nethttp和gin 路由

## net/http 路由注册 ```go func test1() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "Hello world!") }) err := htt ......
路由 nethttp gin
共1篇  :1/1页 首页上一页1下一页尾页