1
0
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:
astaxie
2013-12-03 21:37:39 +08:00
parent 983f20642c
commit 3c91360d72
14 changed files with 27 additions and 16 deletions

1
cache/memcache.go vendored
View File

@ -3,6 +3,7 @@ package cache
import (
"encoding/json"
"errors"
"github.com/beego/memcache"
)

1
cache/redis.go vendored
View File

@ -3,6 +3,7 @@ package cache
import (
"encoding/json"
"errors"
"github.com/beego/redigo/redis"
)