Reports defer and go statements that call panic() or recover() directly.

Such statements are rarely useful and might indicate a misuse of the panic() and recover() mechanism. In particular:

For more information about go statements and panics handling, refer to Handling panics and Go statements in the Go Language Specification.