Files
2026-02-03 10:05:53 +08:00

8 lines
83 B
Go

package http
type Router struct{}
func NewRouter() *Router {
return &Router{}
}