# Functions
MakeGuessSusbtitutePathIn returns a mapping from modules to client directories using "go list".
NewClient creates a new RPCClient.
NewClientFromConn creates a new RPCClient from the given connection.
# Structs
ExaminedMemoryOut holds the return values of ExamineMemory.
ExamineMemoryIn holds the arguments of ExamineMemory.
FunctionReturnLocationsIn holds arguments for the FunctionReturnLocationsRPC call.
FunctionReturnLocationsOut holds the result of the FunctionReturnLocations RPC call.
ListDynamicLibrariesIn holds the arguments of ListDynamicLibraries.
ListDynamicLibrariesOut holds the return values of ListDynamicLibraries.
ListPackagesBuildInfoIn holds the arguments of ListPackagesBuildInfo.
ListPackagesBuildInfoOut holds the return values of ListPackagesBuildInfo.
RPCClient is a RPC service.Client.