commit | 023c3d4358d101c71ac1436065690eaec2ce138e | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Wed Jan 31 17:28:13 2018 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Thu Feb 01 15:53:14 2018 +0000 |
tree | 4f3d161cc3a76e7191eae39b15d1e83671064cce | |
parent | b833695618d1a5d9d531f5ba0f9c07c7e35e0073 [diff] |
compiler: omit field name for embedded fields in reflection string This matches the gc compiler. The test case was sent for the master repo as https://golang.org/cl/91138. Fixes golang/go#23620 Change-Id: Ibdda1ae9b23eab61b1d35ec4f87638462a6ec1db Reviewed-on: https://go-review.googlesource.com/91139 Reviewed-by: Than McIntosh <thanm@google.com>