No description
Find a file
Mohan Manikanta a94c63558c
Merge pull request #24 from hashicorp/compliance/update-headers
[IND-4226] [COMPLIANCE] Update Copyright Headers
2025-11-04 03:25:17 +05:30
.github [Compliance] - PR Template Changes Required (#21) 2025-07-01 17:09:39 +05:30
CHANGELOG.md IND-3837 dependabot enabling, changelog file addition 2025-06-06 17:14:21 +05:30
client.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 21:40:51 +00:00
codec.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 21:40:51 +00:00
codec_test.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 21:40:51 +00:00
go.mod deps: update go-msgpack to 2.1.3 (#18) 2025-02-24 13:19:29 -05:00
go.sum deps: update go-msgpack to 2.1.3 (#18) 2025-02-24 13:19:29 -05:00
LICENSE [COMPLIANCE] Update Copyright and License Headers 2025-11-03 21:40:51 +00:00
msgpackrpc.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 21:40:51 +00:00
msgpackrpc_test.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 21:40:51 +00:00
README.md Update README 2013-08-20 15:34:06 -07:00

net-rpc-msgpackrpc

This library provides the same functions as net/rpc/jsonrpc but for communicating with MessagePack instead. The library is modeled directly after the Go standard library so it should be easy to use and obvious.

See the GoDoc for API documentation.