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