Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmturner committed Jul 27, 2019
1 parent ee85f5b commit 2787fc2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ This project relates to [CDE 1.1: Remote Procedure Call](http://pubs.opengroup.o

It is a partial implementation that mainly focuses on unmarshaling NDR encoded byte streams into Go structures.

To get the package, execute:
```
go get -d github.com/jcmturner/rpc/...
```
To import this package, add the following line to your code:
```go
import "github.com/jcmturner/rpc/<sub package>"
```

## Help Wanted
**Reference test vectors needed**: It has been difficult to implement due to a lack of reference test byte streams in the
standards documentation. Test driven development has been extremely challenging without these.
Expand Down

0 comments on commit 2787fc2

Please sign in to comment.