Skip to content

fahmiidris/router

 
 

Repository files navigation

Golang Router

Group

This is a simple router for golang. It is forked from httprouter and modified to support router group from PR #89.

Middleware

This package includes middleware support. Middleware functions can be chained to execute before or after the main handler function for a route. This allows you to perform tasks like authentication, logging, or request modification.

Usage

go get github.com/fahmiidris/router

About

Golang Router for Personal Use.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%