diff options
| author | Jeff Carr <[email protected]> | 2025-11-02 21:09:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-02 21:09:57 -0600 |
| commit | f1dbe15854ba41e5f4706a436a5324b0a4434122 (patch) | |
| tree | ee43fe36e2a1a7e92aa4f8a5787beb2621edb923 /repo.proto | |
| parent | 6475144cd37db9ece2a8df6477df820f642c9907 (diff) | |
work on a stats tag cache file
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ package gitpb; // stores information about git repos // If the project is in golang, also gets the go language dependacies +import "stat.proto"; import "gitTag.proto"; import "goDep.proto"; import "gitConfig.proto"; |
