Sign in
go
/
tools
/
665c9227d976a1d04326dabe85ccc428fc8218bc
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
missingfunction
/
error_param.go
blob: d0484f0ff565aa6fa34b0601517c84d8e07f676c [
file
] [
log
] [
blame
]
package missingfunction
func errorParam() {
var err error
undefinedErrorParam(err)
//@suggestedfix("undefinedErrorParam", "quickfix", "")
}