✏ add msgp tags

Co-Authored-By: Tom <tom@tdpain.net>
pull/976/head
Fenny 2020-10-28 02:35:49 +01:00
parent c863519f54
commit a90ebb7098
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ package limiter
// don't forget to replace the msgp import path to:
// "github.com/gofiber/fiber/v2/internal/msgp"
type entry struct {
hits int
exp uint64
hits int `msg:"hits"`
exp uint64 `msg:"exp"`
}