Move main back to root folder.

- Change everything to package main.
- Make main a little more user friendly.
This commit is contained in:
Aaron L 2016-06-12 11:19:23 -07:00
parent 0bb847c0da
commit 56234e37a1
10 changed files with 55 additions and 34 deletions

View file

@ -1,4 +1,4 @@
package sqlboiler
package main
// Config for the running of the commands
type Config struct {