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

Feature/generics #26

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Feature/generics #26

wants to merge 3 commits into from

Conversation

schonmann
Copy link

What this PR does?

This PR applies the new generics feature from go1.18beta1 to aide-go utility library.

- Before

Abstractions replicated by type.

- After

Abstractions simplified with the use of generics.

- How to test it?

make test

@schonmann schonmann requested a review from a team February 2, 2022 13:06
@schonmann schonmann self-assigned this Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant