Types rename.

This commit is contained in:
go-jet 2019-07-08 10:48:03 +02:00
parent db43f471ec
commit 18bbf1b5fb
32 changed files with 98 additions and 97 deletions

View file

@ -1,4 +1,4 @@
package postgresgen
package postgres
import (
"database/sql"

View file

@ -1,14 +1,14 @@
package postgresgen
package postgres
var autoGenWarningTemplate = `
//
// Code generated by jetgen DO NOT EDIT.
// Code generated by go-jet DO NOT EDIT.
// Generated at {{now}}
//
// WARNING: Changes to this file may cause incorrect behavior and will be lost
// if the code is regenerated
//
// Licence under github.com/go-jet/jet/LICENSE
// Licence under: https://github.com/go-jet/jet/blob/master/LICENSE
//
`