Package rfc8949 provides low-level primatives for CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949 including many of the extended CBOR tags, for the Go programming language.
For a more higher-level implementation of CBOR, use: http://github.com/reiver/go-cbor
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-rfc8949
To import package rfc8949 use import code like the following:
import "github.com/reiver/go-rfc8949"
To install package rfc8949 do the following:
GOPROXY=direct go get github.com/reiver/go-rfc8949
Package rfc8949 was written by Charles Iliya Krempeaux