Categorygithub.com/jcmturner/rpc/v2
2.0.3
Repository: https://github.com/jcmturner/rpc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

RPC

GoDoc Go Report Card

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>"