path
This commit is contained in:
snoop 2016-11-08 16:43:47 +09:00
parent f03fc16916
commit e7676fbf33
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"encoding/binary" "encoding/binary"
"orm/lib/pq/oid" "loafle.com/commons/orm/lib/pq/oid"
) )
type readBuf []byte type readBuf []byte

View File

@ -22,7 +22,7 @@ import (
"time" "time"
"unicode" "unicode"
"orm/lib/pq/oid" "loafle.com/commons/orm/lib/pq/oid"
) )
// Common error types // Common error types

View File

@ -13,7 +13,7 @@ import (
"sync" "sync"
"time" "time"
"orm/lib/pq/oid" "loafle.com/commons/orm/lib/pq/oid"
) )
func binaryEncode(parameterStatus *parameterStatus, x interface{}) []byte { func binaryEncode(parameterStatus *parameterStatus, x interface{}) []byte {

View File

@ -4,8 +4,8 @@ import (
"database/sql" "database/sql"
"database/sql/driver" "database/sql/driver"
_ "orm/lib/pq" _ "loafle.com/commons/orm/lib/pq"
"orm/lib/pq/hstore" "loafle.com/commons/orm/lib/pq/hstore"
) )
type Hstore map[string]*string type Hstore map[string]*string

View File

@ -9,7 +9,7 @@ import (
"sync" "sync"
"time" "time"
"orm/inflection" "loafle.com/commons/orm/inflection"
) )
// DefaultTableNameHandler default table name handler // DefaultTableNameHandler default table name handler