mirror of
https://github.com/astaxie/beego.git
synced 2024-10-31 23:50:54 +00:00
change import sort
This commit is contained in:
parent
bd04be4470
commit
cfef97175e
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