refactor: imports

This commit is contained in:
l3uddz
2022-04-01 20:42:05 +01:00
parent a73b07a041
commit 19a5e73c19
40 changed files with 91 additions and 53 deletions

3
cache/put.go vendored
View File

@@ -2,8 +2,9 @@ package cache
import (
"fmt"
"github.com/dgraph-io/badger/v3"
"time"
"github.com/dgraph-io/badger/v3"
)
func (c *Client) Put(bucket string, key string, val []byte, ttl time.Duration) error {