Package cbor implements encoding and decoding of CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949, for the Go programming language.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-cbor
To import package cbor use import
code like the following:
import "github.com/reiver/go-cbor"
To install package cbor do the following:
GOPROXY=direct go get https://github.com/reiver/go-cbor
Package cbor was written by Charles Iliya Krempeaux