trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
245 stars 146 forks source link

Use internal packages #144

Open karelbilek opened 5 years ago

karelbilek commented 5 years ago

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.