blackjack / webcam

Golang webcam library for Linux
MIT License
411 stars 90 forks source link

Travis CI tests break due to math/bits package error on Go <1.9 #29

Closed rsjethani closed 4 years ago

rsjethani commented 4 years ago

Go 1.7 breaks due to package not found unrecognized import path "math/bits"

blackjack commented 4 years ago

Thanks for your PR! I wonder why it's broken, do they remove system libs from distribution? Oh well, I hope someday go will actually have a half-decent build system with stable released versions.