mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: make struct comments match struct names
Change-Id: I011f66854a9af5f3baa20abebd4b315c15db571f Reviewed-on: https://go-review.googlesource.com/c/go/+/596715 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: shuang cui <imcusg@gmail.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
611f18c4e9
commit
a71bb570d0
5 changed files with 8 additions and 5 deletions
|
|
@ -267,7 +267,7 @@ func (cm CounterGranularity) String() string {
|
|||
// by the Go command and by the coverage runtime.
|
||||
const MetaFilesFileName = "metafiles.txt"
|
||||
|
||||
// MetaFilePaths contains information generated by the Go command and
|
||||
// MetaFileCollection contains information generated by the Go command and
|
||||
// the read in by coverage test support functions within an executing
|
||||
// "go test -cover" binary.
|
||||
type MetaFileCollection struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue