Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-15 22:32:27 -06:00
parent cc186f8e0f
commit ca0116a15f
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ import (
)
func main() {
testPackages()
}
func testPackages() {
var all *zoopb.Packages
all = new(zoopb.Packages)
// r = zoopb.LoadJSON("go.wit.com/lib/protobuf/zoopb")