go fmt cache file

This commit is contained in:
JessonChan 2016-03-25 11:05:20 +08:00
parent 2db8c753fd
commit 6d0fe8c4f4
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,6 @@ import (
"time"
"github.com/garyburd/redigo/redis"
"github.com/astaxie/beego/cache"
)

View File

@ -1,10 +1,11 @@
package ssdb
import (
"github.com/astaxie/beego/cache"
"strconv"
"testing"
"time"
"github.com/astaxie/beego/cache"
)
func TestSsdbcacheCache(t *testing.T) {