Signed-off-by: 商讯在线 <swhbox@foxmail.com>
This commit is contained in:
商讯在线 2014-04-17 22:34:19 +08:00
parent b21b2f598c
commit 99a0987009
5 changed files with 404 additions and 404 deletions

View File

@ -2,7 +2,7 @@ package main
import ( import (
//"fmt" //"fmt"
"github.com/lunny/xorm" "github.com/go-xorm/xorm"
"strings" "strings"
"text/template" "text/template"
) )

View File

@ -3,7 +3,7 @@ package main
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/lunny/xorm" "github.com/go-xorm/xorm"
"go/format" "go/format"
"reflect" "reflect"
"strings" "strings"

View File

@ -1,7 +1,7 @@
package main package main
import ( import (
"github.com/lunny/xorm" "github.com/go-xorm/xorm"
"io/ioutil" "io/ioutil"
"strings" "strings"
"text/template" "text/template"

View File

@ -13,8 +13,8 @@ import (
"github.com/dvirsky/go-pylog/logging" "github.com/dvirsky/go-pylog/logging"
_ "github.com/go-sql-driver/mysql" _ "github.com/go-sql-driver/mysql"
"github.com/go-xorm/xorm"
_ "github.com/lib/pq" _ "github.com/lib/pq"
"github.com/lunny/xorm"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
_ "github.com/ziutek/mymysql/godrv" _ "github.com/ziutek/mymysql/godrv"
) )

View File

@ -2,7 +2,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/lunny/xorm" "github.com/go-xorm/xorm"
"strings" "strings"
) )