# RPC [![GoDoc](https://godoc.org/github.com/jcmturner/rpc/v2?status.svg)](https://godoc.org/github.com/jcmturner/rpc/v2) [![Go Report Card](https://goreportcard.com/badge/github.com/jcmturner/rpc/v2)](https://goreportcard.com/report/github.com/jcmturner/rpc/v2) This project relates to [CDE 1.1: Remote Procedure Call](http://pubs.opengroup.org/onlinepubs/9629399/) 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/" ```