summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 05:20:00 -0600
committerJeff Carr <[email protected]>2025-01-09 05:20:00 -0600
commit78bfce745b3a966e34c8468eabf925c43167ae44 (patch)
treedf1c4716b2014be1ceed1c0165314ddc493ce4ab /main.go
parente6a332962833dadce26748bd3f2fc436a44b0200 (diff)
all functions are passed the informationn in the protobuf
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index c242ffd..81963b6 100644
--- a/main.go
+++ b/main.go
@@ -166,7 +166,8 @@ func main() {
sortmap["Bases"] = sortmap["Base"] + "s"
}
- // pb.makeSortfile(f)
+ pb.makeSortfile(f)
+ pb.makeNewSortfile(f)
}
func okExit(s string) {