package msgpcode
Import Path
github.com/vmihailenco/msgpack/v5/msgpcode (on go.dev)
Dependency Relation
imports 0 packages, and imported by one package
Involved Source Files
msgpcode.go
Package-Level Functions (total 8)
func IsFixedArray(c byte) bool func IsFixedExt(c byte) bool func IsFixedMap(c byte) bool func IsFixedNum(c byte) bool func IsFixedString(c byte) bool
Package-Level Variables (total 42)
var FixedArrayHigh byte var FixedArrayLow byte var FixedArrayMask byte var FixedMapHigh byte var FixedMapLow byte var FixedMapMask byte var FixedStrHigh byte var FixedStrLow byte var FixedStrMask byte var NegFixedNumLow byte var PosFixedNumHigh byte![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |