aboutsummaryrefslogtreecommitdiff
path: root/api/except.txt
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-04-10 10:16:41 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2016-10-26 21:03:00 +0000
commit1625da24106b610f89ff7a67a11581df95f8e234 (patch)
tree4d83320fd39a407c7cd8a4c28f62a9003b2b494f /api/except.txt
parent587b80322c6ce34ab115d7a837a56d7450aa913d (diff)
downloadgo-1625da24106b610f89ff7a67a11581df95f8e234.tar.gz
go-1625da24106b610f89ff7a67a11581df95f8e234.zip
encoding/json: marshal the RawMessage value type the same as its pointer type
Fixes #14493 Updates #6458 (changes its behavior) Change-Id: I851a8113fd312dae3384e989ec2b70949dc22838 Reviewed-on: https://go-review.googlesource.com/21811 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Quentin Smith <quentin@golang.org>
Diffstat (limited to 'api/except.txt')
-rw-r--r--api/except.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt
index 4040d14556..93302ec819 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -1,3 +1,4 @@
+pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
pkg syscall (darwin-386), func Fchflags(string, int) error
pkg syscall (darwin-386-cgo), func Fchflags(string, int) error