mirror of
https://github.com/jimeh/ozu.io.git
synced 2026-02-19 08:06:39 +00:00
Fix typo
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
|||||||
"github.com/qiangxue/fasthttp-routing"
|
"github.com/qiangxue/fasthttp-routing"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewRouter creates a new fasthttprouter.Router with all handlers registered.
|
// NewRouter creates a new routing.Router with all handlers registered.
|
||||||
func NewRouter(shortner *shortner.Shortner) *routing.Router {
|
func NewRouter(shortner *shortner.Shortner) *routing.Router {
|
||||||
router := routing.New()
|
router := routing.New()
|
||||||
handlers := Handlers{shortner}
|
handlers := Handlers{shortner}
|
||||||
|
|||||||
Reference in New Issue
Block a user