-
Notifications
You must be signed in to change notification settings - Fork 66
Wrapper: use generics #61
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
Conversation
|
I'm going to do the same for slice types |
|
and one more note: |
8dc4d84 to
71bbb83
Compare
well nevermind - it is not used the way I tought it is 😄 |
|
Please don't use PR's for drafts - develop in your own fork. It pollutes notifications - I'm only interested in final code. |
1af4f2e to
c60c582
Compare
|
it is already ready for review |
according to https://forum.golangbridge.org/t/generic-and-typecasting/29903/5 we only need one interface
fix #55