|
@@ -1,12 +1,10 @@
|
|
|
# go
|
|
# go
|
|
|
|
|
|
|
|
-Open-Source Go Code.
|
|
|
|
|
-
|
|
|
|
|
-It includes libraries and tools listed below. Others will be coming soon.
|
|
|
|
|
|
|
+Collection of Open-Source Go libraries and tools.
|
|
|
|
|
|
|
|
## Codec
|
|
## Codec
|
|
|
|
|
|
|
|
-This is a High Performance and Feature-Rich Idiomatic encode/decode and rpc library.
|
|
|
|
|
|
|
+[Codec](https://github.com/ugorji/go/tree/master/codec#readme) is a High Performance and Feature-Rich Idiomatic encode/decode and rpc library.
|
|
|
|
|
|
|
|
Online documentation is at [http://godoc.org/github.com/ugorji/go/codec].
|
|
Online documentation is at [http://godoc.org/github.com/ugorji/go/codec].
|
|
|
|
|
|