Added tests and benchmarks
This commit is contained in:
7
Parameter.go
Normal file
7
Parameter.go
Normal file
@ -0,0 +1,7 @@
|
||||
package router
|
||||
|
||||
// Parameter is a URL parameter.
|
||||
type Parameter struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
Reference in New Issue
Block a user