directory
0.0.0-20220330114152-ecdd364f93e8
Repository: https://github.com/ambientkit/plugin.git
Documentation: pkg.go.dev
# Packages
Package awayrouter is an Ambient plugin for a router using a variation of the matryer/way router.
Package chirouter is an Ambient plugin for a router using go-chi/chi.
Package gorillamux is an Ambient plugin for a router using gorilla/mux.
Package jshttprouter is an Ambient plugin for a router using julienschmidt/httprouter.
Package patrouter is an Ambient plugin for a router using bmizerany/pat.
Package routerecorder keeps track of each of the routes a plugin adds to the router.