updated read me and removed extra space

This commit is contained in:
Guo Huang
2016-05-27 09:18:23 -07:00
parent ef71d50eee
commit 4b41877419
4 changed files with 29 additions and 18 deletions

View File

@@ -16,7 +16,6 @@ type Route struct {
type Routes []Route
func NewRouter() *mux.Router {
router := mux.NewRouter().StrictSlash(true)
for _, route := range routes {
var handler http.Handler