This commit is contained in:
snoop 2016-11-08 16:18:09 +09:00
parent 63bc9af3fa
commit 3980e26cf5
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import (
"errors" "errors"
"fmt" "fmt"
"reflect" "reflect"
"github.com/revel/modules/db/app"
) )
// Association Mode contains some helper methods to handle relationship things easily. // Association Mode contains some helper methods to handle relationship things easily.

View File

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