fix golint issues in rest (#529)
This commit is contained in:
@@ -2,6 +2,7 @@ package httpx
|
||||
|
||||
import "net/http"
|
||||
|
||||
// Router interface represents a http router that handles http requests.
|
||||
type Router interface {
|
||||
http.Handler
|
||||
Handle(method string, path string, handler http.Handler) error
|
||||
|
||||
Reference in New Issue
Block a user