summaryrefslogtreecommitdiff
path: root/stat.OpenStats.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 17:45:05 -0500
committerJeff Carr <[email protected]>2025-10-15 17:45:05 -0500
commit87138494f23f98037d7c10a776d51efaadd3d71b (patch)
tree6c8e7b5912bf520c02bf6fca470cb3c3fd106dea /stat.OpenStats.go
parent456112961b656dbef842d24753d3a2e4b0813ee2 (diff)
make a lookup map. must smarter plan than before
Diffstat (limited to 'stat.OpenStats.go')
-rw-r--r--stat.OpenStats.go24
1 files changed, 0 insertions, 24 deletions
diff --git a/stat.OpenStats.go b/stat.OpenStats.go
deleted file mode 100644
index 9e53fa2..0000000
--- a/stat.OpenStats.go
+++ /dev/null
@@ -1,24 +0,0 @@
-// Code generated by go.wit.com/apps/autogenpb DO NOT EDIT.
-// go install go.wit.com/apps/autogenpb@latest
-//
-// This file was autogenerated with autogenpb:
-// autogenpb v0.5.24 Built on 2025/10/14 23:24:11 ( 3 h)
-// Theese sort.pb.go and marshal.pb.go files are autogenerated
-// The autogenpb sources have example .proto files with instructions
-//
-
-package gitpb
-
-import (
- "path/filepath"
-
- "go.wit.com/lib/config"
-)
-
-func (r *Repo) LoadStats() (*Stats, error) {
- filename := filepath.Join(r.FullPath, ".git/", "stats.pb")
- pb := NewStats()
- pb.Filename = filename
- err := config.LoadPB(pb)
- return pb, err
-}