mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 04:40:39 +00:00
dictinct system pkg and third pkg
This commit is contained in:
1
cache/memcache.go
vendored
1
cache/memcache.go
vendored
@ -3,6 +3,7 @@ package cache
|
||||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/beego/memcache"
|
||||
)
|
||||
|
||||
|
1
cache/redis.go
vendored
1
cache/redis.go
vendored
@ -3,6 +3,7 @@ package cache
|
||||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/beego/redigo/redis"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user