Fix null package imports, finish Bind
* Fix randomizeStruct time randomization * Defer close sql.Rows * Begin Delete test template
This commit is contained in:
parent
a20574110c
commit
7aba7104a5
18 changed files with 157 additions and 61 deletions
4
main.go
4
main.go
|
@ -9,7 +9,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/pobri19/sqlboiler/cmds"
|
||||
"github.com/nullbio/sqlboiler/cmds"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -29,7 +29,7 @@ func main() {
|
|||
Use: "sqlboiler",
|
||||
Short: "SQL Boiler generates boilerplate structs and statements",
|
||||
Long: "SQL Boiler generates boilerplate structs and statements from the template files.\n" +
|
||||
`Complete documentation is available at http://github.com/pobri19/sqlboiler`,
|
||||
`Complete documentation is available at http://github.com/nullbio/sqlboiler`,
|
||||
PreRunE: func(cmd *cobra.Command, args []string) error {
|
||||
return cmdData.SQLBoilerPreRun(cmd, args)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue