diff options
Diffstat (limited to 'find.go')
| -rw-r--r-- | find.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ func findPrivate() { all := me.forge.Repos.SortByFullPath() for all.Scan() { repo := all.Next() + if me.forge.Config.IsPrivate(repo.GetGoPath()) { me.found.AppendByGoPath(repo) } |
