Categorygithub.com/hsanjuan/go-ndef
repositorypackage
0.0.1
Repository: https://github.com/hsanjuan/go-ndef.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Go-ndef

Build Status codecov GoDoc

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.

Documentation

go-ndef uses godoc for documentation and examples. You can read it at https://godoc.org/github.com/hsanjuan/go-ndef .