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 May 30, 2022. It is now read-only.
Right now, the web api code belongs to the web package. In order to have a more structured code, we could extract this logic to an additional package, which would have its own json models, etc
This is not an easy work, as the golang package structure is not an easy thing, Specially, because you need to avoid the cyclical import inferno, which is a pretty normal thing if you don't abstract all of your models and entities properly.
The text was updated successfully, but these errors were encountered:
Right now, the
web
api code belongs to theweb
package. In order to have a more structured code, we could extract this logic to an additional package, which would have its ownjson
models, etcThis is not an easy work, as the golang package structure is not an easy thing, Specially, because you need to avoid the
cyclical import
inferno, which is a pretty normal thing if you don't abstract all of your models and entities properly.The text was updated successfully, but these errors were encountered: