conejoninja / tesoro

Go package for TREZOR devices
Other
11 stars 5 forks source link

trezor/usbhid -> trezor/trezord-go/usb/lowlevel #14

Closed xaionaro closed 6 years ago

xaionaro commented 6 years ago

Just to speed up issue #13 (if this PR can be helpful):

conejoninja commented 6 years ago

CI is failing because trezor-go is using aliases only supported in go >=1.9, removed go1.8 from builds

This should fix the issue #13 , or I'm missing something?

xaionaro commented 6 years ago

CI is failing because trezor-go is using aliases only supported in go >=1.9, removed go1.8 from builds

I made a PR to trezord-go with the fix of this problem: https://github.com/trezor/trezord-go/pull/81

This should fix the issue #13 , or I'm missing something?

It should. May be I missed something but it successfully passed my checks.

xaionaro commented 6 years ago

CI is failing because trezor-go is using aliases only supported in go >=1.9, removed go1.8 from builds

I made a PR to trezord-go with the fix of this problem: trezor/trezord-go#81

The PR was been merged. The problem should be solved.