summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 10:42:18 -0500
committerJeff Carr <[email protected]>2025-10-08 10:42:18 -0500
commit6feac2ad08250625fd29951b5769655f683b3d03 (patch)
tree59ba4fdea6700be080700aedd7c6678835ffec19 /README
parent0c313d9cc066af084b93b28e1320b502d93dbda6 (diff)
an auto --renumber option. man that is annoying by handv0.5.20v0.5.19
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index b024767..20a9046 100644
--- a/README
+++ b/README
@@ -1,5 +1,7 @@
# This app auto-generates *.pb.go files
#
+# it'll also auto-increment with --renumber
+#
# It assumes you are doing GO development in ~/go/src
# Although it might work with go.work directory setups
# I haven't tested that much yet because I haven't had time
@@ -18,6 +20,10 @@
* FindBy() functions
* DeleteBy() functions
* AppendBy() functions
+* Http() functions
+* Gui() functions
+* PrintTable() functions
+* Save() & Load() functions
# See the examples/ for a sample fruit.proto file that documents what is needed