Skip to content

Commit

Permalink
removed unused time import
Browse files Browse the repository at this point in the history
  • Loading branch information
coopernurse committed Dec 10, 2012
1 parent 1a8430c commit f9e605e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"errors"
"fmt"
"reflect"
"time"
)

// The Dialect interface encapsulates behaviors that differ across
Expand Down Expand Up @@ -41,7 +40,7 @@ type Dialect interface {
/////////////

type SqliteDialect struct {
suffix string
suffix string
}

func (d SqliteDialect) ToSqlType(val reflect.Type, maxsize int, isAutoIncr bool) string {
Expand Down

0 comments on commit f9e605e

Please sign in to comment.