StabbyCutyou / generics

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

Ensure compatibility on a range of hardwares #12

Open StabbyCutyou opened 8 years ago

StabbyCutyou commented 8 years ago

In order to ensure that package generics can be used by golang gophers building on hardware other than the normal machines, I need to ensure that the tests run on a number of hardware and os types, in addition for as many versions of go as possible.

To that end, I'd like to solicit feedback from the Gommunity on how best to accomplish this in an affordable and effective manner.