Done #52 skeleton moved successfully to cmd repo

This commit is contained in:
Jeevanandam M
2016-06-25 19:45:14 -07:00
parent 28c0df2ff3
commit 54ef57e56d
24 changed files with 589 additions and 3 deletions

View File

@@ -19,8 +19,13 @@ import (
"github.com/agtorre/gocolorize"
)
// DefaultRunMode for revel's application
const DefaultRunMode = "dev"
const (
// RevelCmdImportPath Revel framework cmd tool import path
RevelCmdImportPath = "github.com/revel/cmd"
// DefaultRunMode for revel's application
DefaultRunMode = "dev"
)
// Command structure cribbed from the genius organization of the "go" command.
type Command struct {