Convert Empty Interfaces to `any`
Check and replace empty interfaces that are used as types or type constraints.
GoLand has an inspection that reports usages of empty interfaces used as a type or a type constraint. To fix such usages, try the Replace with 'any' intention action.
How to use: Place the cursor on an empty interface, press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), and select Replace with 'any'.