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,11 +1,9 @@
################################################################################
# Revel configuration file
# See:
# http://revel.github.io/manual/appconf.html
# for more detailed documentation.
# More info at http://revel.github.io/manual/appconf.html
################################################################################
# This sets the `AppName` variable which can be used in your code as
# Sets the `AppName` variable which can be used in your code as
# `if revel.AppName {...}`
app.name = {{ .AppName }}

View File

@@ -1,8 +1,11 @@
# Routes
# Routes Config
#
# This file defines all application routes (Higher priority routes first)
# ~~~~
#
module:testrunner
# module:jobs
GET / App.Index