Improved performance
This commit is contained in:
parent
a7d64037a7
commit
b04aadea09
7 changed files with 77 additions and 60 deletions
7
Parameter.go
Normal file
7
Parameter.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package router
|
||||
|
||||
// Parameter represents a URL parameter.
|
||||
type Parameter struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue