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