diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 22:32:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 22:32:27 -0600 |
| commit | ca0116a15fe9fd67e75163a87e630fae6ac73cdb (patch) | |
| tree | 85378677a19454400eef43fd56f7b08b73a89300 /example | |
| parent | cc186f8e0faad1c2070212089a4d19285798abe3 (diff) | |
minorv0.0.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example')
| -rw-r--r-- | example/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/main.go b/example/main.go index 923f27c..3973788 100644 --- a/example/main.go +++ b/example/main.go @@ -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") |
