summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-10 23:42:21 -0600
committerJeff Carr <[email protected]>2025-02-10 23:42:21 -0600
commitce18af897a6aac7ce9d19af9520ce531cfad31df (patch)
tree409ecd56be7405eb473c792f10044a7c57d0b332 /find.go
parent493b2ec72dc84a00f38bb417058bc701ca102cb2 (diff)
start thinking about making a Table()
Diffstat (limited to 'find.go')
-rw-r--r--find.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/find.go b/find.go
index 0c1c8e8..cf89e55 100644
--- a/find.go
+++ b/find.go
@@ -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)
}