Closed illia-li closed 1 day ago
Changes:
zero data
[]byte
*[]byte
([]byte)(nil)
(*[]byte)(*[nil])
([]byte)([])
(*[]byte)(*[])
custom interface{}
@illia-li , can you please rebase it
Changes:
zero data
into[]byte
,*[]byte
, returned([]byte)(nil)
and(*[]byte)(*[nil])
before, now returns([]byte)([])
and(*[]byte)(*[])
custom interface{}
, was unsupported before, now is supported.