Changed the local code walker to include all go files in the base path, and not just the app path

This commit is contained in:
notzippy@gmail.com
2020-07-14 12:45:10 -07:00
parent ebc9c73ba0
commit c7f4307a5d
2 changed files with 12 additions and 11 deletions

View File

@@ -458,7 +458,7 @@ func newCompileError(paths *model.RevelContainer, output []byte) *utils.SourceEr
return compileError
}
// RevelMainTemplate template for app/tmp/main.go
// RevelMainTemplate template for app/tmp/run/run.go
const RevelRunTemplate = `// GENERATED CODE - DO NOT EDIT
// This file is the run file for Revel.
// It registers all the controllers and provides details for the Revel server engine to