Skip to content

Commit

Permalink
Update router.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 authored Mar 6, 2022
1 parent e628764 commit 8e9a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Router struct {
routes map[string]func(w http.ResponseWriter, r *http.Request)
}

func New()Router{
func New() Router {
return Router{
routes: make(map[string]func(w http.ResponseWriter, r *http.Request)),
}
Expand Down

0 comments on commit 8e9a7ac

Please sign in to comment.