MyGit

v1.1.7

ugorji/go

版本发布时间: 2019-07-02 22:45:41

ugorji/go最新发布版本:v1.2.11(2023-03-09 00:29:02)

This is a production release of go-codec.

First, it resolves the go.mod impasse where we had different import paths (github.com/ugorji/go and github.com/ugorji/go/codec) causing the ambiguous import error.

This is now fixed by leveraging import cycles to ensure that either one works well and resolves to the same bits.

The other benefits are a clean up and refactoring of the codebase:

The main goal has always been to provide the most feature-rich and performant package for encoding and decoding of multiple popular binary and text formats in a consistent way.

We believe we have achieved that!

相关地址:原始地址 下载(tar) 下载(zip)

查看:2019-07-02发行的版本