package router import "errors" // Errors uses by the router module and it's sub modules var ErrMethodNotExist = errors.New("http method doesn't exist")