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

12 lines
146 B
Go
Raw Normal View History

2016-05-29 18:43:51 +00:00
package gob
import (
"testing"
"github.com/asdine/storm/codec/internal"
)
func TestGob(t *testing.T) {
internal.RoundtripTester(t, Codec)
}