Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #2

Merged
merged 12 commits into from
Aug 1, 2019
Merged

update readme #2

merged 12 commits into from
Aug 1, 2019

Conversation

dulumao
Copy link
Member

@dulumao dulumao commented Jul 31, 2019

No description provided.

@@ -289,6 +311,13 @@ func (r *Router) Any(path string, handler HandlerFunc, middleware ...HandlerFunc
}
}

// AnyMethodsIteration all methods
func (r *Router) AnyMethodsIteration(iteration func(string) *Route) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个方法有点不太好,我要去掉了。

我先合并了,我改造下 Any 和 Add 两个方法 允许传入多个 method,就不用加个这个方法了。

@inhere inhere merged commit 9e2af49 into gookit:master Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants