* 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
This commit is contained in:
18
vendor/github.com/calmh/xdr/README.md
generated
vendored
Normal file
18
vendor/github.com/calmh/xdr/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user