Improved API
This commit is contained in:
parent
e8f9f4ff95
commit
a172cbd45f
10 changed files with 232 additions and 121 deletions
|
@ -14,7 +14,7 @@ func main() {
|
|||
start := time.Now()
|
||||
|
||||
defer func() {
|
||||
fmt.Println(ctx.Path(), time.Since(start))
|
||||
fmt.Println(ctx.Request().Path(), time.Since(start))
|
||||
}()
|
||||
|
||||
return ctx.Next()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue