There is no reason to export this functions and this types.

This commit is contained in:
claudemiro
2015-01-31 15:12:54 -03:00
parent d74426127c
commit 201cba86a9
14 changed files with 193 additions and 195 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
// NewRouter is a function that returns a new configured Router
// It add the necessary middlewares
func NewRouter() *mux.Router {
func newRouter() *mux.Router {
router := mux.NewRouter().StrictSlash(true)
if Conf.Expvar {