8 lines
103 B
Go

package router
// Parameter is a URL parameter.
type Parameter struct {
Key string
Value string
}