feat: format reference

This commit is contained in:
zhangwenjian
2020-08-28 00:02:53 +08:00
parent 6877e1324c
commit c69a7d9fd9
87 changed files with 1124 additions and 287 deletions
+2 -1
View File
@@ -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) {
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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) {