Registry / serialization / hashicorp-go-msgpack

hashicorp-go-msgpack

JSON →
library0.5.5gogounverified

Package go-msgpack provides MessagePack encoding and decoding for Go, used internally by HashiCorp tools.

go get github.com/hashicorp/go-msgpack
INSTALL
IMPORT
SIG · HASHICORP-GO-MSGPA
H
hashicorp-go-msgpack
serializationgov0.5.5
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.

msgpack
github.com/hashicorp/go-msgpack

Marshals a map to MessagePack format and prints the bytes.

package main import ( "fmt" "github.com/hashicorp/go-msgpack" ) func main() { data, _ := msgpack.Marshal(map[string]interface{}{"key": "value"}) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
hashicorp-go-msgpack — go get hashicorp-go-msgpack · libregistry