|
|
@ -1008,10 +1008,7 @@ func (tf *transformer) transformLinkname(localName, newName string) (string, str
|
|
|
|
newName, pkgPath)
|
|
|
|
newName, pkgPath)
|
|
|
|
return localName, newName
|
|
|
|
return localName, newName
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if err != nil {
|
|
|
|
panic(err) // shouldn't happen
|
|
|
|
panic(err) // shouldn't happen
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return localName, newName
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if lpkg.ToObfuscate {
|
|
|
|
if lpkg.ToObfuscate {
|
|
|
|
// The name exists and was obfuscated; obfuscate the new name.
|
|
|
|
// The name exists and was obfuscated; obfuscate the new name.
|
|
|
|