DEV Community

Discussion on: E-Commerce Microservices with Golang

Collapse
 
danilovmy profile image
Maxim Danilov

please can you remove compile data from repository? i can do it myself.

User model, if you have Email or FirstName unique, you do not need id.
If you have a logging service, you don't need CreatedAt and UpdatedAt either. They are already in the logs.

The auth baseUrl seems strange. If it is not defined, you should throw an error.

Collapse
 
itachiuchiha profile image
Itachi Uchiha

Thank you very much. I'm creating local issues for myself to do that.

I'm so sorry I think I couldn't find compiled data. Where is it? I'll remove it :) Thank you very much