diff options
| author | Robert Griesemer <gri@golang.org> | 2016-04-22 16:35:29 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2016-04-25 19:21:40 +0000 |
| commit | 0436a89a2c5afad41356dc1dff7c745cd30636a7 (patch) | |
| tree | bbafc3f98e744f4502bde76d8711f4b8df79c2aa /src/runtime | |
| parent | 9dcbc43f4f299b8ea6546a464d9fdeb5839b5ae9 (diff) | |
| download | go-0436a89a2c5afad41356dc1dff7c745cd30636a7.tar.xz | |
spec: be more explicit about equivalence of empty string and absent field tags
Note that the spec already makes that point with a comment in the very first
example for struct field tags. This change is simply stating this explicitly
in the actual spec prose.
- gccgo and go/types already follow this rule
- the current reflect package API doesn't distinguish between absent tags
and empty tags (i.e., there is no discoverable difference)
Fixes #15412.
Change-Id: I92f9c283064137b4c8651630cee0343720717a02
Reviewed-on: https://go-review.googlesource.com/22391
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/runtime')
0 files changed, 0 insertions, 0 deletions
