some updates

This commit is contained in:
ston1th 2021-12-04 18:02:27 +01:00
commit f5c47ea28a
43 changed files with 80 additions and 356 deletions

View file

@ -5,7 +5,6 @@ package store
import (
"bytes"
"errors"
"io/ioutil"
"os"
"path/filepath"
"testing"
@ -20,7 +19,7 @@ func TestBoltStore(t *testing.T) {
{"123"},
{"hello"},
}
dir, err := ioutil.TempDir("", "")
dir, err := os.MkdirTemp("", "")
if err != nil {
t.Fatal(err)
}