Sign in
go
/
tools
/
master
/
.
/
gopls
/
internal
/
analysis
/
unusedfunc
/
testdata
/
issue80555.txtar
blob: 05bdfa42dcacdcb239554231cdab71cc715a9104 [
file
]
Regression
test
for
a
false
negative on a
private
module
with
name
that looks like a standard
package
.
--
go
.
mod
--
module
myapp
go
1.21
--
a
/
a
.
go
--
package
a
func unused
()
// want `function "unused" is unused`