Browse Source

codec/README: added linked to godoc online documentation

Ugorji Nwoke 12 years ago
parent
commit
ebcc45b08f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      codec/README.md

+ 2 - 0
codec/README.md

@@ -12,6 +12,8 @@ To install:
 
     go get github.com/ugorji/go/codec
 
+Online documentation: [http://godoc.org/github.com/ugorji/go/codec]
+
 The idiomatic Go support is as seen in other encoding packages in
 the standard library (ie json, xml, gob, etc).