You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about using io.Copy for convenience reasons, such as dumping a message to log writer, but tbh this is not something I really need. I'm perfectly fine with current API =) However, as Msg now satisfies io.WriterTo it seems strange that you can't use it as an argument for widely used io.Copy. I think adding this makes sense.
I thought about using
io.Copy
for convenience reasons, such as dumping a message to log writer, but tbh this is not something I really need. I'm perfectly fine with current API =) However, asMsg
now satisfiesio.WriterTo
it seems strange that you can't use it as an argument for widely usedio.Copy
. I think adding this makes sense.Originally posted by @inliquid in #3 (reply in thread)
The text was updated successfully, but these errors were encountered: