Reduced memory usage
This commit is contained in:
parent
ad033d4315
commit
7df818ffff
9 changed files with 95 additions and 84 deletions
7
keyValue.go
Normal file
7
keyValue.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package router
|
||||
|
||||
// keyValue represents a URL parameter.
|
||||
type keyValue struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue