The Wayback Machine - https://web.archive.org/web/20220619002545/https://github.com/topics/golang-module
Skip to content
#

golang-module

Here are 128 public repositories matching this topic...

webgo
bnkamalesh
bnkamalesh commented Feb 13, 2021

Is your feature request related to a problem? Please describe.

Adding routes currently requires the developer to prepare a single list of *Route with all the routes defined in one go. This can be split up and made easier for the developer

Describe the solution you'd like

We can add convenience method for each type of HTTP method supported by webgo (). e.g.

router.A

Improve this page

Add a description, image, and links to the golang-module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the golang-module topic, visit your repo's landing page and select "manage topics."

Learn more