@@ -17,7 +17,7 @@ var _ FormatRenderer = (*Binary)(nil)
func(bm*Binary)Render(wio.Writer,vany)error{
x,ok:=v.(encoding.BinaryMarshaler)
if!ok{
returnErrCannotRender
returnfmt.Errorf("%w: %T", ErrCannotRender,v)
}
b,err:=x.MarshalBinary()
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.