trezord-go
trezord-go copied to clipboard
Use internal packages
I have seen some external API to use our internal trezord packages - see https://github.com/xaionaro-go/cryptoWallet/blob/master/vendors/usb_devices.go (which is used by gocryptfs)
We can prevent that by using internal/
- see https://docs.google.com/document/d/1e8kOo3r51b2BWtTs_1uADIA5djfXhPT36s6eHVRIvaU/edit
This should be solved together with https://github.com/trezor/trezord-go/issues/143 though.