commit | 16d6b6c77144bd26838d1cfd6631d159b419752b | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Sep 16 19:03:19 2013 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Sep 16 19:03:19 2013 -0700 |
tree | 1de800054768fc5e7980ac1f1310797a11b43611 | |
parent | 045dbeaf053f0c78941a11140e5a877237ccc489 [diff] |
runtime: export PCDATA value reader This interface is required to use the PCDATA interface implemented in Go 1.2. While initially entirely private, the FUNCDATA side of the interface has been made public. This change completes the FUNCDATA/PCDATA interface. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/13735043