]> Cypherpunks repositories - gostls13.git/commit
spec: re-order built-ins sections alphabetically (more or less)
authorRobert Griesemer <gri@golang.org>
Wed, 24 May 2023 18:42:57 +0000 (11:42 -0700)
committerRobert Griesemer <gri@google.com>
Wed, 24 May 2023 22:24:59 +0000 (22:24 +0000)
commit15a4e0d9703033e0b2be4dc6830f03570df7943e
treeb2b91ce3192ffcdb66bd30ae0fde7b03f94a8564
parent9b4141807400ffd15575a4ab71967480bd5918f0
spec: re-order built-ins sections alphabetically (more or less)

Put the sections for the various built-ins into alphabetical order
based on the built-in name, while keeping built-ins that belong
together together.

The order is now (captialized letter determines order):

- Append
- Clear
- Close
- Complex, real, imag
- Delete
- Len, cap
- Make
- Min, max (to be inserted here)
- New
- Panic, recover
- Print, println

There are some white space adjustments but no changes to the prose
of the moved sections.

Change-Id: Iaec509918c6bc965df3f28656374de03279bdc9e
Reviewed-on: https://go-review.googlesource.com/c/go/+/498135
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Bypass: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
doc/go_spec.html