mirror of
https://github.com/golang/go
synced 2024-11-22 02:04:40 -07:00
json: Add package comment
R=golang-dev, r2, r CC=golang-dev https://golang.org/cl/2149047
This commit is contained in:
parent
3b9a024d29
commit
c5a51cc90f
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user