summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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