Removed DefaultTable() from global vars

We will not initialize DefaultTable as global var unless the users asks
for it explicitly.
This commit is contained in:
Milos Gajdos
2019-06-07 18:04:48 +01:00
parent d7f0db04ec
commit ad92e6821e
2 changed files with 2 additions and 8 deletions

View File

@@ -6,8 +6,6 @@ import (
)
var (
// DefaultRouter returns default micro router
DefaultTable = NewTable()
// ErrRouteNotFound is returned when no route was found
ErrRouteNotFound = errors.New("route not found")
// ErrDuplicateRoute is return when route already exists