Project rename.

This commit is contained in:
go-jet 2019-06-05 17:56:24 +02:00
parent 4d7fbf8f49
commit 348b3beddc
21 changed files with 40 additions and 40 deletions

View file

@ -1,9 +1,9 @@
package tests
import (
"github.com/go-jet/jet/sqlbuilder"
"github.com/go-jet/jet/tests/.test_files/dvd_rental/dvds/model"
"github.com/google/uuid"
"github.com/sub0zero/go-sqlbuilder/sqlbuilder"
"github.com/sub0zero/go-sqlbuilder/tests/.test_files/dvd_rental/dvds/model"
"gotest.tools/assert"
"strings"
"testing"