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 a40404d commit b637211Copy full SHA for b637211
src/cmd/go/internal/load/pkg.go
@@ -2596,7 +2596,7 @@ func LinkerDeps(p *Package) ([]string, error) {
2596
return deps, nil
2597
}
2598
2599
-// externalLinkingForced reports the reason external linking is required
+// externalLinkingReason reports the reason external linking is required
2600
// even for programs that do not use cgo, or the empty string if external
2601
// linking is not required.
2602
func externalLinkingReason(p *Package) (what string) {
0 commit comments