Skip to content

Commit

Permalink
golint and fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Mar 11, 2017
1 parent 09fca3a commit 4793bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion middleware/middleware.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// HTTP middleware
// Package middleware - HTTP middleware
//
// https://github.com/justinas/alice
//
Expand Down
2 changes: 1 addition & 1 deletion violetear.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Router struct {
// Routes to be matched
routes *Trie

// dynamicRoutes map of dynamic routes and regular expresions
// dynamicRoutes map of dynamic routes and regular expressions
dynamicRoutes dynamicSet

// LogRequests yes or no
Expand Down

0 comments on commit 4793bb4

Please sign in to comment.