No description
  • Go 95.9%
  • Makefile 4.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 39df8463d0
[chore] : Bump actions/setup-go from 6.5.0 to 7.0.0 in the actions group (#29)
Bumps the actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](924ae3a1cd...b7ad1dad31)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-20 07:39:50 +01:00
.github [chore] : Bump actions/setup-go from 6.5.0 to 7.0.0 in the actions group (#29) 2026-07-20 07:39:50 +01:00
.copywrite.hcl ci: Add copywrite workflow and makefile for easier local dev. (#27) 2026-07-02 14:29:59 +01:00
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 ci: Add copywrite workflow and makefile for easier local dev. (#27) 2026-07-02 14:29:59 +01:00
codec_test.go ci: Add copywrite workflow and makefile for easier local dev. (#27) 2026-07-02 14:29:59 +01:00
go.mod [chore] : Bump github.com/hashicorp/go-msgpack/v2 (#23) 2026-06-29 13:58:56 +01:00
go.sum [chore] : Bump github.com/hashicorp/go-msgpack/v2 (#23) 2026-06-29 13:58:56 +01:00
LICENSE [COMPLIANCE] Update Copyright and License Headers 2025-11-03 21:40:51 +00:00
Makefile ci: Add copywrite workflow and makefile for easier local dev. (#27) 2026-07-02 14:29:59 +01: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.