package
2.0.2+incompatible
Repository: https://github.com/bpowers/goji.git
Documentation: pkg.go.dev

# Functions

Handler returns the handler corresponding to the most recently matched Pattern, or nil if no pattern was matched.
Pattern returns the most recently matched Pattern, or nil if no pattern was matched.
SetHandler returns a new context in which the given Handler was most recently matched and which consequently will be dispatched to.
SetPattern returns a new context in which the given Pattern is used as the most recently matched pattern.