Registry / web-framework / go-macaron-toolbox

go-macaron-toolbox

JSON →
library0.0.0-20200329073429-4401f4ce0f55gogounverified

A middleware that provides health check, pprof, profile and statistic services for Macaron.

go get github.com/go-macaron/toolbox
INSTALL
IMPORT
SIG · GO-MACARON-TOOLBOX
G
go-macaron-toolbox
web-frameworkgov0.0.0-20200329073429-4401f4ce0f55
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

toolbox
github.com/go-macaron/toolbox

Add toolbox middleware to a Macaron web application.

package main import ( "gopkg.in/macaron.v1" "github.com/go-macaron/toolbox" ) func main() { m := macaron.Classic() m.Use(toolbox.Toolboxer(m)) m.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200329073429-4401f4ce0f55latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-macaron-toolbox — go get go-macaron-toolbox · libregistry