* go mod init; rm -rf vendor * tweak proto files and generation * go mod vendor * clean up build.go * protobuf literals in tests * downgrade gogo/protobuf
19 lines
894 B
Markdown
19 lines
894 B
Markdown
# This project is not actively maintained
|
|
|
|
Issues and pull requests on this repository may not be acted on in a timely
|
|
manner, or at all. You are of course welcome to use it anyway. You are even
|
|
more welcome to fork it and maintain the results.
|
|
|
|

|
|
|
|
xdr
|
|
===
|
|
|
|
[](https://circleci.com/gh/calmh/xdr)
|
|
[](https://coveralls.io/r/calmh/xdr?branch=master)
|
|
[](http://godoc.org/github.com/calmh/xdr)
|
|
[](http://opensource.org/licenses/MIT)
|
|
|
|
This is an XDR marshalling/unmarshalling library. It uses code generation and
|
|
not reflection.
|