Added comments to all oustanding files

* Deleted unused test files
This commit is contained in:
Patrick O'brien 2016-02-24 19:17:58 +10:00
parent 47c5be1038
commit 35380d6634
4 changed files with 39 additions and 9 deletions

View file

@ -7,6 +7,7 @@ import (
)
func main() {
// Execute SQLBoiler
if err := cmds.SQLBoiler.Execute(); err != nil {
os.Exit(-1)
}