fixed not implemented function in old version

This commit is contained in:
Timon Ringwald 2022-07-05 12:45:08 +02:00
parent 9f29102098
commit 2662378374

View File

@ -7,4 +7,5 @@ func (s *Store) Insert(value interface{}) error {
// } // }
// return nil // return nil
return nil
} }