BVK Chaitanya
Results
2
comments of
BVK Chaitanya
Hi, I noticed that scalar fields are not pointers in the builders when a syntax=proto3 file is compiled to Opaque API using the --go_out=default_api_level=API_OPAQUE. Is this non-pointer scalars in builders...
Just FYI, since the standard `net/rpc` package is frozen, a fork of that package at `github.com/keegancsmith/rpc` adds `context.Context` support to `rpc.Server` and `rpc.Client` types with cancellations. It extends `Call` method...