refactor(github/repo): tighten up repoInfo to save 8 bytes ea

This commit is contained in:
Meredith Howard
2026-09-16 14:01:59 -05:00
parent 94de2543ae
commit 8c1d04adf8
+1 -1
View File
@@ -55,9 +55,9 @@ type repoInfo struct {
owner string // repository owner (user|organization).
name string // repository name.
fullName string // full repository name (owner/repo).
hasWiki bool // whether the repository is likely to have a wiki.
size int // size of the repository in kilobytes.
visibility source_metadatapb.Visibility // visibility of the repository (public/private).
hasWiki bool // whether the repository is likely to have a wiki.
}
// cloneRepo clones a repository given its URL, returns the path and the repository object.