tbotd/vendor/src/github.com/asdine/storm/codec/gob/gob_test.go

12 lines
146 B
Go

package gob
import (
"testing"
"github.com/asdine/storm/codec/internal"
)
func TestGob(t *testing.T) {
internal.RoundtripTester(t, Codec)
}