From 266237837404361ab19d37cdf2133dc519a5b597 Mon Sep 17 00:00:00 2001 From: Timon Ringwald Date: Tue, 5 Jul 2022 12:45:08 +0200 Subject: [PATCH] fixed not implemented function in old version --- old/insert.go | 1 + 1 file changed, 1 insertion(+) diff --git a/old/insert.go b/old/insert.go index 41f9bd0..29b7b4f 100644 --- a/old/insert.go +++ b/old/insert.go @@ -7,4 +7,5 @@ func (s *Store) Insert(value interface{}) error { // } // return nil + return nil }