mirror of
https://github.com/asdine/storm.git
synced 2025-09-26 19:01:14 +08:00
12 lines
157 B
Go
12 lines
157 B
Go
package msgpack
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/asdine/storm/v3/codec/internal"
|
|
)
|
|
|
|
func TestMsgpack(t *testing.T) {
|
|
internal.RoundtripTester(t, Codec)
|
|
}
|