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
{{ message }}
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.
In every API file I see right now, you constantly re-implement the type structs over and over again. Although I don't know if Go has this functionality, it's better to just store the types as one global struct than can be changed when necessary, and prevents any confusion having to update them (like my change #407).
The text was updated successfully, but these errors were encountered:
In every API file I see right now, you constantly re-implement the type structs over and over again. Although I don't know if Go has this functionality, it's better to just store the types as one global struct than can be changed when necessary, and prevents any confusion having to update them (like my change #407).
The text was updated successfully, but these errors were encountered: