Sign in
go
/
tools.git
/
bb8e102d49d80b7cd82a2624b1403a41f44945e8
/
.
/
internal
/
lsp
/
testdata
/
missingfunction
/
error_param.go.golden
blob: 2e12711817d8f6106dca6d598c175126b7f0e390 [
file
]
--
suggestedfix_error_param_5_2
--
package
missingfunction
func errorParam
()
{
var
err error
undefinedErrorParam
(
err
)
//@suggestedfix("undefinedErrorParam", "quickfix")
}
func undefinedErrorParam
(
err error
)
{
panic
(
"unimplemented"
)
}