Related changes by #20 for Walk method

This commit is contained in:
Jeevanandam M
2016-05-27 23:30:14 -07:00
parent 6005ac35f7
commit 1f8f106573

View File

@@ -96,7 +96,7 @@ func ProcessSource(roots []string) (*SourceInfo, *revel.Error) {
}
// Start walking the directory tree.
filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
_ = revel.Walk(root, func(path string, info os.FileInfo, err error) error {
if err != nil {
log.Println("Error scanning app source:", err)
return nil