Results 1 issues of tokubass

I want to get this sample code supported. ```go func TestArrayOfCustomType(t *testing.T) { type MyInt int type Sample struct { Value []MyInt } val := Sample{} err := FakeData(&val) if...