From cfef97175ef4e7db99f3fe69dcf6f12321be5448 Mon Sep 17 00:00:00 2001 From: lcbluestorm Date: Sat, 12 Mar 2016 12:34:54 +0800 Subject: [PATCH] change import sort --- cache/ssdb/ssdb_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cache/ssdb/ssdb_test.go b/cache/ssdb/ssdb_test.go index e03ba343..dd474960 100644 --- a/cache/ssdb/ssdb_test.go +++ b/cache/ssdb/ssdb_test.go @@ -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) {