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

Simplify recvString output #13

Merged
merged 1 commit into from Jul 4, 2022
Merged

Simplify recvString output #13

merged 1 commit into from Jul 4, 2022

Conversation

ivanruski
Copy link
Contributor

Refactor recvString to return only type's name without it's type
parameters when the type is generic.

In this way type's string representation will be consistent with
function's string representation(gocognit print only function's name
even if it's generic one).

Refactor recvString to return only type's name without it's type
parameters when the type is generic.

In this way type's string representation will be consistent with
function's string representation(gocognit print only function's name
even if it's generic one).
@uudashr uudashr merged commit a225a32 into uudashr:master Jul 4, 2022
@uudashr
Copy link
Owner

uudashr commented Jul 4, 2022

Thanks a lot

@ivanruski
Copy link
Contributor Author

No worries, I enjoyed the whole thing and during the process I learned how to write Go code for multiple Go versions.

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