mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
doc: fix TBD mark
Change-Id: I2133e3c62b4de0cec08eeb120d593c644643a62c Reviewed-on: https://go-review.googlesource.com/c/go/+/675755 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
aec96d686b
commit
db55b83ce4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ successfully in Go 1.25. If this change is affecting your code, the solution is
|
||||||
the non-nil error check earlier in your code, preferably immediately after
|
the non-nil error check earlier in your code, preferably immediately after
|
||||||
the error-generating statement.
|
the error-generating statement.
|
||||||
|
|
||||||
<!-- CLs 653856, 657937, 663795, TBD 664299 -->
|
<!-- CLs 653856, 657937, 663795, 664299 -->
|
||||||
|
|
||||||
The compiler can now allocate the backing store for slices on the
|
The compiler can now allocate the backing store for slices on the
|
||||||
stack in more situations, which improves performance. This change has
|
stack in more situations, which improves performance. This change has
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue