Project path rename.

This commit is contained in:
zer0sub 2019-04-07 10:05:41 +02:00
parent 599a8c537a
commit 0971573338
12 changed files with 18 additions and 18 deletions

View file

@ -27,7 +27,7 @@ func (t TableInfo) GetImports() []string {
case "uuid.UUID":
imports["uuid.UUID"] = "github.com/google/uuid"
case "types.JSONText":
imports["types.JSONText"] = "github.com/sub0Zero/go-sqlbuilder/types"
imports["types.JSONText"] = "github.com/sub0zero/go-sqlbuilder/types"
}
}