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