]> Cypherpunks repositories - gostls13.git/commit
runtime: document implicit fields at the end of _func
authorMichael Pratt <mpratt@google.com>
Fri, 2 Sep 2022 14:10:54 +0000 (10:10 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 2 Sep 2022 19:38:45 +0000 (19:38 +0000)
commite4061120115d1bcdbe17f863e6559ed7b412a73d
treef63a8dac291b0ef3f447d8d65515f9923795be0f
parentd1681120be027579f0556dfd3b07f205cab3ff6b
runtime: document implicit fields at the end of _func

Currently these are only implicitly documented by the code that
generates and consumes them. Add explicit documentation.

Change-Id: I25a1294f04dc11785242643bec83370c66ff7a20
Reviewed-on: https://go-review.googlesource.com/c/go/+/427954
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
src/runtime/runtime2.go