summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 05:12:36 -0600
committerJeff Carr <[email protected]>2025-02-20 05:12:36 -0600
commita295602905ea47683e4a64c305ab5a9b67acd56d (patch)
tree024db730cd9ef0fad4c04c1b582150dfe069ac80 /main.go
parent4fdcc992412ab2b06b5314f27a6f20b4c73b7ef6 (diff)
generate GUI table code
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index edbd627..dfe56c4 100644
--- a/main.go
+++ b/main.go
@@ -187,6 +187,10 @@ func main() {
if err := pb.makeNewSortfile(pf); err != nil {
badExit(err)
}
+
+ if err := pb.makeGuiFile(pf); err != nil {
+ badExit(err)
+ }
}
func okExit(s string) {