]> Cypherpunks repositories - gostls13.git/commit
runtime/coverage: revise/shorten function names
authorThan McIntosh <thanm@google.com>
Tue, 4 Oct 2022 19:10:30 +0000 (15:10 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 5 Oct 2022 14:59:05 +0000 (14:59 +0000)
commit47a538842bf05c7ea4b376447789d0906ba49bd8
tree616ce0ab2846083d13601513ad97735d60f1b950
parent9f78c3cb0400c2df143bd0ae124a911f911eaf36
runtime/coverage: revise/shorten function names

Use shorter more Go-like names for the new APIs being added in the
runtime/coverage package for writing coverage data under user control
from server programs. Old names were a bit too clunky/verbose.

Updates #51430.

Change-Id: Ifdd5b882a88613c7c4342b40ed93b58547483c77
Reviewed-on: https://go-review.googlesource.com/c/go/+/438503
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/51430.txt
src/runtime/coverage/apis.go
src/runtime/coverage/testdata/harness.go