fix #338 failed to generate swagger doc

This commit is contained in:
tangshancheng 2016-12-14 23:57:59 +08:00
parent 2ccbbb47e4
commit b0928f186f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ func parsePackagesFromDir(dirpath string) {
return nil
}
if !strings.Contains(fpath, "vendor") {
if !strings.Contains(fpath, "vendor") && !strings.Contains(fpath, "tests") {
err = parsePackageFromDir(fpath)
if err != nil {
// Send the error to through the channel and continue walking