# README
RPC
This project relates to CDE 1.1: Remote Procedure Call
It is a partial implementation that mainly focuses on unmarshaling NDR encoded byte streams into Go structures.
v2 has been released to make use of Go modules
Please import as below
import "github.com/jcmturner/rpc/v2/<sub package>"