Package nfc wraps the libnfc to provide an API for Go. Most documentation was taken unchanged from the documentation inside the libnfc. Some functions and names have been altered to fit the conventions and idioms used in Go. To use this package, obtain and install libnfc. By default, pkg-config is used to find and link libnfc. If you cannot use pkg-config, you can compile with build-tag nopkgconfig or no_pkgconfig to instead link with -lnfc.
This package wraps the libnfc to provide an API for Go. Most documentation was taken unchanged from the documentation inside the libnfc. Some functions and names have been altered to fit the conventions and idioms used in Go. This package is licensed under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3.