]> Cypherpunks repositories - gostls13.git/commit
runtime: rename _func.nameoff and friends to nameOff
authorMichael Pratt <mpratt@google.com>
Tue, 6 Sep 2022 21:57:07 +0000 (17:57 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 7 Sep 2022 15:11:05 +0000 (15:11 +0000)
commit196003f9fd8d754a926ea8bc3aa5207eaea87528
tree6daa1e906a91a7d39d4c541ce540e7e41df4d7fc
parentd81ed4d62192cd89dbf664c42e26c35a052dd9ce
runtime: rename _func.nameoff and friends to nameOff

Switch to the more Go-style name to match inlinedCall.nameOff.

Change-Id: I2115b27af8309e1ead7d61ecc65fe4fc966030f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/428657
Run-TryBot: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/preempt.go
src/runtime/race.go
src/runtime/runtime2.go
src/runtime/symtab.go
src/runtime/traceback.go