2
0

Finish compatible interface to inconshreveable/log15

This commit is contained in:
Jack Christensen
2014-09-04 16:27:40 -05:00
parent 98109c57bb
commit ff905fe862
3 changed files with 32 additions and 7 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ package pgx
import (
"errors"
"fmt"
log "gopkg.in/inconshreveable/log15.v2"
"time"
)
@@ -50,7 +49,7 @@ type Rows struct {
startTime time.Time
sql string
args []interface{}
logger log.Logger
logger Logger
}
func (rows *Rows) FieldDescriptions() []FieldDescription {