go: add a precision tag to go/examples/deferinloop

This commit is contained in:
erik-krogh
2022-11-02 13:09:52 +01:00
parent 1ec204987d
commit c9fcef2608

View File

@@ -4,6 +4,8 @@
* This can lead to unintentionally holding resources open like file handles or database transactions.
* @id go/examples/deferinloop
* @kind problem
* @problem.severity warning
* @precision high
* @tags defer
* nesting
*/