Package msgpackx

import "github.com/byte-mug/golibs/msgpackx"

Overview

Index

func Marshal

func Marshal(v ...interface{}) ([]byte, error)

-

func Unmarshal

func Unmarshal(data []byte, v ...interface{}) error

-

Dependencies