* enable cache for build, closes #8 * goimports * lint fixes Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2
store/cache/cache_test.go
vendored
2
store/cache/cache_test.go
vendored
@@ -5,9 +5,9 @@ import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/unistack-org/micro/v3/store"
|
||||
"github.com/unistack-org/micro/v3/store/file"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func cleanup(db string, s store.Store) {
|
||||
|
Reference in New Issue
Block a user