This project provides a library to connect to ledger devices.
It handles USB (HID) communication and APDU encapsulation.
Linux, OSX and Windows are supported.
Apart from cloning, be sure you install dep dependency management tool https://github.com/golang/dep
Update dependencies using the following:
dep ensure
go build