glue icon indicating copy to clipboard operation
glue copied to clipboard

Generate typed Golang RPC clients from server code

Results 2 glue issues
Sort by recently updated
recently updated
newest added

For continuous integration!

Even though the standard library's `net/rpc` doesn't support contexts, we should because they're getting more popular and others have asked for it. The big question is-- Should we have a...

enhancement