Explorar el Código

codec: update README/doc.go to reference cbor support in summary.

Ugorji Nwoke hace 11 años
padre
commit
deecca0dd5
Se han modificado 2 ficheros con 6 adiciones y 5 borrados
  1. 2 2
      codec/0doc.go
  2. 4 3
      codec/README.md

+ 2 - 2
codec/0doc.go

@@ -2,14 +2,14 @@
 // Use of this source code is governed by a BSD-style license found in the LICENSE file.
 
 /*
-High Performance, Feature-Rich Idiomatic Go encoding library for msgpack and binc .
+High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack and cbor.
 
 Supported Serialization formats are:
 
   - msgpack: [https://github.com/msgpack/msgpack]
   - binc:    [http://github.com/ugorji/binc]
   - cbor:    [http://cbor.io]
-  - simple: 
+  - simple:  
 
 To install:
 

+ 4 - 3
codec/README.md

@@ -1,12 +1,13 @@
 # Codec
 
-High Performance and Feature-Rich Idiomatic Go Library providing
-encode/decode support for different serialization formats.
+High-Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack and cbor.
 
 Supported Serialization formats are:
 
   - msgpack: [https://github.com/msgpack/msgpack]
-  - binc: [http://github.com/ugorji/binc]
+  - binc:    [http://github.com/ugorji/binc]
+  - cbor:    [http://cbor.io]
+  - simple: 
 
 To install: