From c0497d1a81b1104a3981be33abfd66252cea90c8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 29 Nov 2022 15:13:52 -0500 Subject: [PATCH] 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 Run-TryBot: Russ Cox Auto-Submit: Russ Cox Reviewed-by: Julie Qiu --- src/runtime/debug/mod.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/debug/mod.go b/src/runtime/debug/mod.go index b0dbe158c4..8b7a42305e 100644 --- a/src/runtime/debug/mod.go +++ b/src/runtime/debug/mod.go @@ -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, -- 2.50.0