Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: hw3 #3

Merged
merged 3 commits into from
Mar 19, 2024
Merged

feat: hw3 #3

merged 3 commits into from
Mar 19, 2024

Conversation

markgenuine
Copy link
Owner

No description provided.

return nil, err
}

log.Printf("inserted user with id: %d", id)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

такие инфо логи избыточны)


log.Printf("getted user with id: %d", request.GetId())

return converter.GetToUserFromService(user), nil //add converter
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

кажется коммент можно удалить)


// ToUserFromRepo ...
func ToUserFromRepo(user *modelRepo.User) *desc.GetResponse {

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

del

@markgenuine markgenuine merged commit ae724bb into main Mar 19, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants