chaokunyang commented on code in PR #3311:
URL: https://github.com/apache/fory/pull/3311#discussion_r2780480615


##########
go/fory/type_test.go:
##########
@@ -43,6 +43,9 @@ func TestTypeResolver(t *testing.T) {
                        "[]map[string][]map[string]*interface {}"},
                {reflect.TypeOf((*A)(nil)), "*@example.A"},
                {reflect.TypeOf((*A)(nil)).Elem(), "@example.A"},
+               {reflect.TypeOf([]uint16{}), "[]uint16"},

Review Comment:
   Could you also add a serialize test in go/fory/slice_primitive_test.go ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to