mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update github.com/ugorji/go to v1.1.4
This commit is contained in:
committed by
Andrey Smirnov
parent
70cd11e30f
commit
5c28ea3064
+36
-5
@@ -1,14 +1,45 @@
|
||||
# go
|
||||
[](https://sourcegraph.com/github.com/ugorji/go/-/tree/codec?badge)
|
||||
[](https://travis-ci.org/ugorji/go)
|
||||
[](https://codecov.io/gh/ugorji/go)
|
||||
[](http://godoc.org/github.com/ugorji/go/codec)
|
||||
[](https://goreportcard.com/report/github.com/ugorji/go/codec)
|
||||
[](https://raw.githubusercontent.com/ugorji/go/master/LICENSE)
|
||||
|
||||
Collection of Open-Source Go libraries and tools.
|
||||
# go-codec
|
||||
|
||||
## Codec
|
||||
This repository contains the `go-codec` library,
|
||||
a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for
|
||||
|
||||
[Codec](https://github.com/ugorji/go/tree/master/codec#readme) is a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for [msgpack](http://msgpack.org) and [Binc](https://github.com/ugorji/binc).
|
||||
- msgpack: https://github.com/msgpack/msgpack
|
||||
- binc: http://github.com/ugorji/binc
|
||||
- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
|
||||
- json: http://json.org http://tools.ietf.org/html/rfc7159
|
||||
|
||||
Online documentation is at [http://godoc.org/github.com/ugorji/go/codec].
|
||||
For more information:
|
||||
|
||||
- [see the codec/Readme for quick usage information](https://github.com/ugorji/go/tree/master/codec#readme)
|
||||
- [view the API on godoc](http://godoc.org/github.com/ugorji/go/codec)
|
||||
- [read the detailed usage/how-to primer](http://ugorji.net/blog/go-codec-primer)
|
||||
|
||||
Install using:
|
||||
|
||||
go get github.com/ugorji/go/codec
|
||||
|
||||
# Import Path
|
||||
|
||||
The name of the github repo is being changed from `go` to `go-codec`.
|
||||
This clarifies that this repo is only for the `go-codec`.
|
||||
|
||||
However, 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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user