diff options
| author | Jeff Carr <[email protected]> | 2025-02-10 23:42:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-10 23:42:21 -0600 |
| commit | ce18af897a6aac7ce9d19af9520ce531cfad31df (patch) | |
| tree | 409ecd56be7405eb473c792f10044a7c57d0b332 /find.go | |
| parent | 493b2ec72dc84a00f38bb417058bc701ca102cb2 (diff) | |
start thinking about making a Table()
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) } |
