mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
feat: format reference
This commit is contained in:
Vendored
+2
-1
@@ -2,9 +2,10 @@ package cache
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/matchstalk/utils/cache"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/matchstalk/utils/cache"
|
||||
)
|
||||
|
||||
func TestInitMemory(t *testing.T) {
|
||||
|
||||
Vendored
+2
-1
@@ -1,10 +1,11 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/go-redis/redis/v7"
|
||||
"github.com/matchstalk/redisqueue"
|
||||
"github.com/matchstalk/utils/cache"
|
||||
"time"
|
||||
)
|
||||
|
||||
var RedisAdapter Adapter
|
||||
|
||||
Vendored
+2
-1
@@ -2,9 +2,10 @@ package cache
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/matchstalk/utils/cache"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/matchstalk/utils/cache"
|
||||
)
|
||||
|
||||
func TestInitRedis(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user