mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Update memory.go
This commit is contained in:
parent
50e02e5149
commit
80fadc607c
@ -48,7 +48,6 @@ func (s *Storage) Get(key string) ([]byte, error) {
|
||||
return v.data, nil
|
||||
}
|
||||
|
||||
// Set key with value
|
||||
// Set key with value
|
||||
func (s *Storage) Set(key string, val []byte, exp time.Duration) error {
|
||||
// Ain't Nobody Got Time For That
|
||||
|
Loading…
x
Reference in New Issue
Block a user