diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 16:46:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 16:46:18 -0500 |
| commit | 456112961b656dbef842d24753d3a2e4b0813ee2 (patch) | |
| tree | 7ef8104a8fa8eca5dd1530b463ff865982b8e6a3 /repo.Stats.go | |
| parent | 920370f2dd17af3da30fe809fd0ff822993feb18 (diff) | |
don't like this afterall. it wasn't right anyway
Diffstat (limited to 'repo.Stats.go')
| -rw-r--r-- | repo.Stats.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repo.Stats.go b/repo.Stats.go new file mode 100644 index 0000000..228b3a8 --- /dev/null +++ b/repo.Stats.go @@ -0,0 +1,5 @@ +package gitpb + +func (r *Repo) Stats() *Stats { + return nil +} |
