Move main back to root folder.
- Change everything to package main. - Make main a little more user friendly.
This commit is contained in:
parent
0bb847c0da
commit
56234e37a1
10 changed files with 55 additions and 34 deletions
|
@ -1,6 +1,6 @@
|
|||
// Package sqlboiler has types and methods useful for generating code that
|
||||
// acts as a fully dynamic ORM might.
|
||||
package sqlboiler
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue