syncthing/vendor/github.com/calmh/xdr
Jakob Borg 944ddcf768
all: Become a Go module (fixes #5148) (#5384)
* 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
2018-12-18 12:36:38 +01:00
..
.gitignore all: Become a Go module (fixes #5148) (#5384) 2018-12-18 12:36:38 +01:00
.travis.yml all: Become a Go module (fixes #5148) (#5384) 2018-12-18 12:36:38 +01:00
LICENSE Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
README.md all: Become a Go module (fixes #5148) (#5384) 2018-12-18 12:36:38 +01:00
circle.yml all: Become a Go module (fixes #5148) (#5384) 2018-12-18 12:36:38 +01:00
common.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
doc.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
generate.sh all: Become a Go module (fixes #5148) (#5384) 2018-12-18 12:36:38 +01:00
marshaller.go Use Go 1.5 vendoring instead of Godeps 2016-03-05 21:21:24 +01:00
unmarshal.go vendor: Update calmh/xdr to avoid unexpected string behavior (fixes #2882) 2016-03-29 19:55:43 +00:00

README.md

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.

Unmaintained

xdr

Build Status Coverage Status API Documentation MIT License

This is an XDR marshalling/unmarshalling library. It uses code generation and not reflection.