json: Add package comment

R=golang-dev, r2, r
CC=golang-dev
https://golang.org/cl/2149047
This commit is contained in:
Scott Lawrence 2010-09-13 16:03:27 +10:00 committed by Rob Pike
parent 3b9a024d29
commit c5a51cc90f

View 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 (