mirror of https://github.com/gofiber/fiber.git
Update memory.go
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…
Reference in New Issue