move time to the top

This commit is contained in:
liuchun 2016-03-08 14:44:37 +08:00
parent ef59a0ed63
commit bd04be4470
1 changed files with 1 additions and 1 deletions

2
cache/ssdb/ssdb.go vendored
View File

@ -5,9 +5,9 @@ import (
"errors"
"strconv"
"strings"
"time"
"github.com/ssdb/gossdb/ssdb"
"time"
"github.com/astaxie/beego/cache"
)