You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For encoding and decoding, the `github.com/ugorji/go/codec` module is sufficient.
28
23
29
24
To install:
30
25
31
26
```
32
27
go get github.com/ugorji/go/codec
33
28
```
34
-
35
-
The other modules exist for specific uses, and all require `github.com/ugorji/go/codec`
36
-
37
-
-`github.com/ugorji/go/codec/codecgen` generates high performance static encoders/decoders for given types
38
-
-`github.com/ugorji/go/codec/bench` benchmarks codec against other popular go libraries
39
-
-`github.com/ugorji/go` is here for [historical compatibility reasons, as modules was initially introduced only at repo root](https://github.com/ugorji/go/issues/299)
0 commit comments