Update memory.go

pull/1168/head
TroyDota 2021-02-15 04:07:51 +02:00 committed by GitHub
parent 50e02e5149
commit 80fadc607c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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