Updated dependencies
This commit is contained in:
parent
6640143ace
commit
e8f9f4ff95
6 changed files with 19 additions and 20 deletions
|
@ -62,7 +62,7 @@ func New() Server {
|
|||
s.pool.New = func() any {
|
||||
return &ctx{
|
||||
server: s,
|
||||
params: make([]param, 0, 8),
|
||||
params: make([]router.Parameter, 0, 8),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue