mirror of
https://github.com/asdine/storm.git
synced 2025-10-06 23:32:51 +08:00
12 lines
148 B
Go
12 lines
148 B
Go
package json
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/asdine/storm/codec/internal"
|
|
)
|
|
|
|
func TestJSON(t *testing.T) {
|
|
internal.RoundtripTester(t, Codec)
|
|
}
|