Registry / serialization / davecgh-go-xdr

davecgh-go-xdr

JSON →
library0.0.0-20161123171359-e6a2ba005892gogounverified

Implements XDR (External Data Representation) encoding and decoding in Go.

go get github.com/davecgh/go-xdr
INSTALL
IMPORT
SIG · DAVECGH-GO-XDR
D
davecgh-go-xdr
serializationgov0.0.0-20161123171359-e6a2ba005892
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xdr
github.com/davecgh/go-xdr/xdr2

Marshals a uint32 into XDR format.

package main import ( "bytes" "github.com/davecgh/go-xdr/xdr2" ) func main() { var buf bytes.Buffer xdr.Marshal(&buf, uint32(42)) }
Debug
Known issues
breakingThe root package is not importable; use the xdr2 subpackage.
fix
Import github.com/davecgh/go-xdr/xdr2 instead of github.com/davecgh/go-xdr.
affects: all
Upgrade
Version history
0.0.0-20161123171359-e6a2ba005892latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
davecgh-go-xdr — go get davecgh-go-xdr · libregistry