mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-24 19:54:46 +01:00
updated the reutrn type of the NewRouter method
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func NewRouter() *DefaultRouter {
|
||||
func NewRouter() Router {
|
||||
return &DefaultRouter{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user