mirror of
https://github.com/asdine/storm.git
synced 2025-09-27 03:06:16 +08:00
12 lines
151 B
Go
12 lines
151 B
Go
package json
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/asdine/storm/v3/codec/internal"
|
|
)
|
|
|
|
func TestJSON(t *testing.T) {
|
|
internal.RoundtripTester(t, Codec)
|
|
}
|