Skip to content
/ go-cbor Public

Package cbor implements encoding and decoding of CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949, for the Go programming language.

License

Notifications You must be signed in to change notification settings

reiver/go-cbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-cbor

Package cbor implements encoding and decoding of CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949, for the Go programming language.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-cbor

GoDoc

Import

To import package cbor use import code like the following:

import "github.com/reiver/go-cbor"

Installation

To install package cbor do the following:

GOPROXY=direct go get https://github.com/reiver/go-cbor

Author

Package cbor was written by Charles Iliya Krempeaux

About

Package cbor implements encoding and decoding of CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949, for the Go programming language.

Topics

Resources

License

Stars

Watchers

Forks

Languages