1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-23 22:10:19 +00:00

change couchbase to beego/go-couchbase

This commit is contained in:
astaxie
2016-03-01 16:54:37 +08:00
parent f0dcaa7f84
commit d81a768802
2 changed files with 2 additions and 1 deletions

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