1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 20:54:14 +00:00

change import sort

This commit is contained in:
lcbluestorm 2016-03-12 12:34:54 +08:00
parent bd04be4470
commit cfef97175e

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) {