mirror of
https://github.com/astaxie/beego.git
synced 2024-11-24 22:10:54 +00:00
go fmt cache file
This commit is contained in:
parent
2db8c753fd
commit
6d0fe8c4f4
1
cache/redis/redis_test.go
vendored
1
cache/redis/redis_test.go
vendored
@ -19,7 +19,6 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/garyburd/redigo/redis"
|
||||
|
||||
"github.com/astaxie/beego/cache"
|
||||
)
|
||||
|
||||
|
3
cache/ssdb/ssdb_test.go
vendored
3
cache/ssdb/ssdb_test.go
vendored
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user