src/main/resources/inspectionDescriptions/TinyGoInterface.html (7 lines of code) (raw):
<html>
<body>
Reports comparison of two interfaces.
<p>TinyGo supports comparison of interface values only against <strong>nil</strong>.
Comparison of two interfaces values other than nil will always yield <strong>false</strong>.</p>
</body>
</html>