refactor: imports
This commit is contained in:
3
cache/get_test.go
vendored
3
cache/get_test.go
vendored
@@ -1,10 +1,11 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/rs/zerolog"
|
||||
"reflect"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/rs/zerolog"
|
||||
)
|
||||
|
||||
func TestClient_Get(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user