From 6feac2ad08250625fd29951b5769655f683b3d03 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Oct 2025 10:42:18 -0500 Subject: an auto --renumber option. man that is annoying by hand --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 -- cgit v1.2.3