1
0
mirror of https://github.com/golang/go synced 2024-11-22 10:14:40 -07:00

encoding/json: clarify correct usage of struct tags in associated article.

Fixes #4297.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/6817045
This commit is contained in:
Dan Callahan 2012-10-31 15:52:27 -07:00 committed by Robert Griesemer
parent 3ead7fb5dc
commit 15e50d7c7a

View File

@ -130,7 +130,7 @@ preference):
<ul>
<li>
An exported field with a tag of <code>"Foo"</code> (see the
An exported field with a tag of <code>`json:"Foo"`</code> (see the
<a href="/ref/spec#Struct_types">Go spec</a> for more on struct tags),
</li>
<li>