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 have been returning Message interface instead of individual structs. I like the idea that all messages are just the same and not having to export a whole bunch of structs. But there is a lot of literature for returning structs. This is mostly a reminder to me to read those and change all instances where I have returned Message, if needed.
Task summary
Message
interface instead of individual structs. I like the idea that all messages are just the same and not having to export a whole bunch of structs. But there is a lot of literature for returning structs. This is mostly a reminder to me to read those and change all instances where I have returnedMessage
, if needed.Specification reference
Other information and links
The text was updated successfully, but these errors were encountered: