A Go implementation of the NFC Data Exchange Format (NDEF) specification, Version 1.0.
go-ndef
allows to easily work with NDEF Messages and Records in Go, providing an easy way to parse bytes and generate bytes. The types submodules add support
for some NFC Forum Record Types, such as Text or URI.
go-ndef
uses godoc for documentation and examples. You can read it at https://godoc.org/github.com/hsanjuan/go-ndef .