Types rename.
This commit is contained in:
parent
db43f471ec
commit
18bbf1b5fb
32 changed files with 98 additions and 97 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package postgresgen
|
||||
package postgres
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
|
|
@ -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
|
||||
//
|
||||
|
||||
`
|
||||
Loading…
Add table
Add a link
Reference in a new issue