repositorypackage
0.0.0-20241006055417-6ad9f0268463
Repository: https://github.com/jumpycalm/goscard.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
goscard
goscard is a PCSC / SCard wrapper in pure Go, without any CGO bindings.
It implements all WinSCard functions on Windows, PCSCLite functions on Linux and PCSC framework functions on MacOSX.
Shoutout to the purego project, without which Linux / MacOSX support wouldn't have been possible!
Usage
See the pcsc example.