Skip to content

Commit

Permalink
Merge branch 'master' into feature/exclude_key
Browse files Browse the repository at this point in the history
  • Loading branch information
micanzhang authored Mar 27, 2020
2 parents a17d465 + a7b8d8b commit 8d64598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/middleware/gin/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ func WithExcludedKey(fn ExcludedKey) Option {
return option(func(middleware *Middleware) {
middleware.ExcludedKey = fn
})
}
}

0 comments on commit 8d64598

Please sign in to comment.