Tidy up skeleton

This commit is contained in:
Pedro Morgan
2017-03-05 00:20:51 +00:00
parent 52400dbc3d
commit 7b90dfa83e
7 changed files with 41 additions and 64 deletions

View File

@@ -1,6 +1,8 @@
package app
import "github.com/revel/revel"
import (
"github.com/revel/revel"
)
var (
// AppVersion revel app version (ldflags)
@@ -27,8 +29,7 @@ func init() {
revel.ActionInvoker, // Invoke the action.
}
// register startup functions with OnAppStart
// ( order dependent )
// register startup functions with OnAppStart ( order dependent )
// revel.OnAppStart(InitDB)
// revel.OnAppStart(FillCache)
}