Merge branch 'develop' of https://github.com/sub0zero/go-sqlbuilder into develop

This commit is contained in:
zer0sub 2019-06-07 14:24:16 +02:00
commit e727fc3d4f
21 changed files with 40 additions and 40 deletions

View file

@ -2,10 +2,10 @@ package tests
import (
"fmt"
. "github.com/go-jet/jet/sqlbuilder"
"github.com/go-jet/jet/tests/.test_files/dvd_rental/test_sample/model"
. "github.com/go-jet/jet/tests/.test_files/dvd_rental/test_sample/table"
"github.com/google/uuid"
. "github.com/sub0zero/go-sqlbuilder/sqlbuilder"
"github.com/sub0zero/go-sqlbuilder/tests/.test_files/dvd_rental/test_sample/model"
. "github.com/sub0zero/go-sqlbuilder/tests/.test_files/dvd_rental/test_sample/table"
"gotest.tools/assert"
"testing"
)