From 78bfce745b3a966e34c8468eabf925c43167ae44 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 05:20:00 -0600 Subject: all functions are passed the informationn in the protobuf --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.go') 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) { -- cgit v1.2.3