No Description

Ugorji Nwoke ced9c1e8b8 codec: clean up build.sh so we parameterize the codecgen built command and use that 7 years ago
codec ced9c1e8b8 codec: clean up build.sh so we parameterize the codecgen built command and use that 7 years ago
.travis.yml 2c86ab7577 codec: added go 1.11 to travis CI 7 years ago
LICENSE 3561c62845 updated LICENSE 11 years ago
README.md 8cf3ecd914 README: document that repo name changed back to go (from go-codec) 7 years ago
go.mod 2adff0894b go.mod should not define a go release version 7 years ago
msgpack.org.md 6289abca10 codec: updated docs to reflect the correct API for client codec 13 years ago

README.md

Sourcegraph Build Status codecov GoDoc rcard License

go-codec

This repository contains the go-codec library, a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for

For more information:

Install using:

go get github.com/ugorji/go/codec

Import Path

This package has always had a stable import path of "github.com/ugorji/go/codec". We CANNOT change that without negatively affecting all our users.

Consequently, we enforce this import path by specifying it in the following files:

  • go.mod
  • codec/0_importpath.go

If you have a fork and want to change the package path, you will need to modify the above files.