initial v4
Some checks failed
test / test (push) Failing after 1m53s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-05-13 06:25:11 +03:00
parent 290f8a1f9a
commit f253aacfa1
73 changed files with 579 additions and 1534 deletions

View File

@@ -12,16 +12,16 @@ import (
"testing"
"time"
"go.unistack.org/micro/v3/store/cache"
"go.unistack.org/micro/v4/store/cache"
"go.unistack.org/micro/v3/store/memory"
"go.unistack.org/micro/v4/store/memory"
"github.com/kr/pretty"
"go.unistack.org/micro/v3/store/cockroach"
"go.unistack.org/micro/v4/store/cockroach"
"go.unistack.org/micro/v3/store"
"go.unistack.org/micro/v4/store"
"go.unistack.org/micro/v3/store/file"
"go.unistack.org/micro/v4/store/file"
"github.com/davecgh/go-spew/spew"
)