mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix function names
Change-Id: Iba8878420c59d705066d1d9955e91a5c2eb4faf5 Reviewed-on: https://go-review.googlesource.com/c/go/+/507615 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
dd491cfa54
commit
bc9dc8d415
3 changed files with 3 additions and 3 deletions
|
|
@ -147,7 +147,7 @@ func (r *CoverageMetaFileReader) CounterMode() coverage.CounterMode {
|
|||
return r.hdr.CMode
|
||||
}
|
||||
|
||||
// CounterMode returns the counter granularity (single counter per
|
||||
// CounterGranularity returns the counter granularity (single counter per
|
||||
// function, or counter per block) selected when building for coverage
|
||||
// for the program that produce this meta-data file.
|
||||
func (r *CoverageMetaFileReader) CounterGranularity() coverage.CounterGranularity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue