Added code to make vendoring work

This commit is contained in:
NotZippy
2017-09-25 07:36:48 -07:00
parent db4054233b
commit aa9e0f8600
2 changed files with 66 additions and 23 deletions

View File

@@ -721,7 +721,7 @@ func (s *SourceInfo) TypesThatEmbed(targetType, packageFilter string) (filtered
}
if !found {
revel.RevelLog.Warn("Type found in package: "+packageFilter+
", but did not inherit from: "+filepath.Base(targetType),
", but did not embed from: "+filepath.Base(targetType),
"name", spec.StructName, "path", spec.ImportPath)
}
}