1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 04:30:39 +00:00

add go1.6.0 and remove 1.3.3

This commit is contained in:
astaxie
2016-03-01 21:41:44 +08:00
parent d81a768802
commit 36e3160904
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ import (
"strings"
"sync"
couchbase "github.com/beego/go-couchbase"
couchbase "github.com/couchbase/go-couchbase"
"github.com/astaxie/beego/session"
)