ivpusic / neo

Go Web Framework
http://ivpusic.github.io/neo/
MIT License
419 stars 43 forks source link

can you add sub region? #45

Closed winds2016 closed 6 years ago

winds2016 commented 6 years ago

such as: father := app.Region().Prefix("/login") father.Use(fn Widdleware) son := father.Region().Prefix("/son") //whole is /login/son

ivpusic commented 6 years ago

hi, thanks for your PR. Could you add this feature on top of current master branch? It seems that there is merge conflict, and currently it is very hard to review changes you did for this feature. Thanks

winds2016 commented 6 years ago

I'm sorry to add this PR.I just hope you can add the function.It seems to be an issue