yk

a library to work with yubikeys without cgo
Prerequisites
Linux
Install the PCSC-Lite daemon and CCID driver.
Ubuntu:
sudo apt install pcscd libccid
Arch Linux:
sudo pacman -S pcsclite ccid
sudo systemctl enable pcscd
Windows
None
Installation
go get github.com/malivvan/yk
Packages