AlekSi / pointer

Go package pointer provides helpers to get pointers to values of built-in types.
MIT License
211 stars 19 forks source link

Add poweron architecture ppc64le to travis build #9

Closed asellappen closed 4 years ago

asellappen commented 4 years ago

Please review and merge the changes ,This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3.

AlekSi commented 4 years ago

Thanks. I wonder where you use it? /cc @gerrith3

gerrith3 commented 4 years ago

We typically build applications for customers and ISVs, and while we don't use this package directly, we do count on all of the packages in debian/ubuntu to build other packages. So we more likely have this as a second or third level dependency and couldn't tell you explicitly which features we use or our usage model.