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 controllers
import "github.com/revel/revel"
import (
"github.com/revel/revel"
)
type App struct {
*revel.Controller