mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile/internal/noder: document quirk of string elements
Change-Id: Ifc3bf896aaaf7c6ce06a01e3dd43780d203638cf Reviewed-on: https://go-review.googlesource.com/c/go/+/677755 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Mark Freeman <mark@golang.org> Reviewed-by: Robert Griesemer <gri@google.com>
This commit is contained in:
parent
cc119ee391
commit
497cb7c0c3
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ outside the string section access string values by reference.
|
|||
|
||||
SectionString = { String } .
|
||||
|
||||
Note that despite being an element, a string does not begin with a
|
||||
reference table.
|
||||
|
||||
## Meta Section
|
||||
The meta section provides fundamental information for a package. It
|
||||
contains exactly two elements — a public root and a private root.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue