Skip to content

ElMostafaIdrassi/goscard

Repository files navigation

goscard

Go Reference

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.