vproto
vproto copied to clipboard
`v run vproto.v` does not compile.
~/.vmodules/.../vproto/frontend% v run vproto.v
vproto.v:6:1: builder error: cannot import module "v.table" (not found)
4 | import os
5 |
6 | import v.table
| ~~~~~~~~~~~~~~
7 | import v.parser
8 | import v.pref
~/.vmodules/.../vproto/frontend%
have same issue, would be nice to support grpc for objects