Relative Content

Tag Archive for gotestingrpc

Testing RPC in golang

I have a test file and the file with the implementation (of an rpc server and its methods) under the same package in golang. I’m trying to write tests for the file but am getting errors that indicate the RPC definitions aren’t exported(?)
All the files are under the same package named mr.