vRp.CD2g_test/server/v2/network/http_serve.go

8 lines
78 B
Go

package network
import "net/http"
type HttpServe struct {
*http.ServeMux
}