diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 10:42:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 10:42:18 -0500 |
| commit | 6feac2ad08250625fd29951b5769655f683b3d03 (patch) | |
| tree | 59ba4fdea6700be080700aedd7c6678835ffec19 /README | |
| parent | 0c313d9cc066af084b93b28e1320b502d93dbda6 (diff) | |
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 |
