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
In api.go, functions like unmarshalArticle() should take a reference to the Receiver object, so that we don't spend a bunch of time needless copying data.
In api.go, functions like unmarshalArticle() should take a reference to the Receiver object, so that we don't spend a bunch of time needless copying data.