diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/router.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/router.go b/app/router.go index c7dd623..ac65c3d 100644 --- a/app/router.go +++ b/app/router.go @@ -11,8 +11,6 @@ import ( var Host string -// var Path *string - func Router() { parsepath := func(path string) map[int]string { if l := len(CFG.URI); len(path) > l { |
