]> Cypherpunks repositories - gostls13.git/commitdiff
json: Add package comment
authorScott Lawrence <bytbox@gmail.com>
Mon, 13 Sep 2010 06:03:27 +0000 (16:03 +1000)
committerRob Pike <r@golang.org>
Mon, 13 Sep 2010 06:03:27 +0000 (16:03 +1000)
R=golang-dev, r2, r
CC=golang-dev
https://golang.org/cl/2149047

src/pkg/json/encode.go

index 882ae0e70a0481b09b6e5c86b01c04b4439e71be..8b2f99f8f018b854b40d08f0d980eb6a5bc11138 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// The json package implements encoding and decoding of JSON objects as
+// defined in RFC 4627.
 package json
 
 import (