mirror of
https://github.com/golang/go
synced 2024-11-18 02:04:45 -07:00
runtime/debug: add missing period
Pointed out in review of CL 453602, but it looks like I forgot to re-upload before submitting. Change-Id: I8f4fac52ea0f904f6f9b06e13fc8ed2e778f2360 Reviewed-on: https://go-review.googlesource.com/c/go/+/454835 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Julie Qiu <julieqiu@google.com>
This commit is contained in:
parent
7ab3615315
commit
c0497d1a81
@ -47,7 +47,7 @@ type BuildInfo struct {
|
||||
// (for example, "golang.org/x/tools/cmd/stringer").
|
||||
Path string
|
||||
|
||||
// Main describes the module that contains the main package for the binary
|
||||
// Main describes the module that contains the main package for the binary.
|
||||
Main Module
|
||||
|
||||
// Deps describes all the dependency modules, both direct and indirect,
|
||||
|
Loading…
Reference in New Issue
Block a user