Commit 15e50d7c authored by Dan Callahan's avatar Dan Callahan Committed by Robert Griesemer

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
parent 3ead7fb5
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment