diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
