Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding/json: Documentation incorrectly refers to InvalidTypeError #3650

Closed
gopherbot opened this issue May 22, 2012 · 3 comments
Closed

encoding/json: Documentation incorrectly refers to InvalidTypeError #3650

gopherbot opened this issue May 22, 2012 · 3 comments

Comments

@gopherbot
Copy link

by kballard:

The documentation for encoding/json refers to InvalidTypeError, when the correct type is
UnsupportedTypeError.

See http://golang.org/pkg/encoding/json/#Marshal
@gopherbot
Copy link
Author

Comment 1 by kballard:

Reproduced in go1.0.1 and the current golang.org documentation.

@bradfitz
Copy link
Contributor

Comment 2:

Thanks, http://golang.org/cl/6238046

Owner changed to @bradfitz.

Status changed to Started.

@bradfitz
Copy link
Contributor

Comment 3:

This issue was closed by revision 83771af.

Status changed to Fixed.

bradfitz added a commit that referenced this issue May 11, 2015
««« backport 258d7ab64d9a
encoding/json: documentation fix

Fixes #3650

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/6238046

»»»
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants