1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-02 22:34:13 +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 package ssdb
import ( import (
"github.com/astaxie/beego/cache"
"strconv" "strconv"
"testing" "testing"
"time" "time"
"github.com/astaxie/beego/cache"
) )
func TestSsdbcacheCache(t *testing.T) { func TestSsdbcacheCache(t *testing.T) {