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 1fa608f commit f0695e0Copy full SHA for f0695e0
compiler/declNames.go
@@ -43,7 +43,7 @@ func mainFuncDeclFullName() string {
43
44
// funcDeclFullName returns a name for a package-level function
45
// declaration for the given instance of a function.
46
-// The name is unique except unless the function is an `init` function.
+// The name is unique unless the function is an `init` function.
47
func funcDeclFullName(inst typeparams.Instance) string {
48
return `func:` + inst.String()
49
}
0 commit comments