StabbyCutyou / generics

Package generics is the true way to program generically in golang
Apache License 2.0
193 stars 9 forks source link

Test alias types byte and rune #9

Closed heppu closed 7 years ago

heppu commented 7 years ago

Even though byte is alias for uin8 and rune is alias for int32 I think it is really important to test these too.

StabbyCutyou commented 7 years ago

I agree 100%. This is a considerable oversight from the current testing package.

I can add these in tonight, but PRs are welcome as well!

Thank you for your involvement with the project

StabbyCutyou commented 7 years ago

Issue is closed with the merging of your excellent PR