diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 05:20:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 05:20:00 -0600 |
| commit | 78bfce745b3a966e34c8468eabf925c43167ae44 (patch) | |
| tree | df1c4716b2014be1ceed1c0165314ddc493ce4ab /main.go | |
| parent | e6a332962833dadce26748bd3f2fc436a44b0200 (diff) | |
all functions are passed the informationn in the protobuf
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -166,7 +166,8 @@ func main() { sortmap["Bases"] = sortmap["Base"] + "s" } - // pb.makeSortfile(f) + pb.makeSortfile(f) + pb.makeNewSortfile(f) } func okExit(s string) { |
