Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 824 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 824 Bytes

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 .