We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab3615 commit c0497d1Copy full SHA for c0497d1
src/runtime/debug/mod.go
@@ -47,7 +47,7 @@ type BuildInfo struct {
47
// (for example, "golang.org/x/tools/cmd/stringer").
48
Path string
49
50
- // Main describes the module that contains the main package for the binary
+ // Main describes the module that contains the main package for the binary.
51
Main Module
52
53
// Deps describes all the dependency modules, both direct and indirect,
0 commit comments