Additional generator tests.

This commit is contained in:
go-jet 2019-07-19 12:39:10 +02:00
parent fd11c377b9
commit 31ec532b6d
4 changed files with 195 additions and 6 deletions

View file

@ -6,7 +6,6 @@ import (
"github.com/go-jet/jet/generator/postgres"
_ "github.com/lib/pq"
"os"
"strconv"
)
var (
@ -71,7 +70,7 @@ Usage of jet:
genData := postgres.DBConnection{
Host: host,
Port: strconv.Itoa(port),
Port: port,
User: user,
Password: password,
SslMode: sslmode,