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,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"