Skip to content

import-shadowing

Detect declarations shadowing imports.

Updated View as Markdown

Default severity: warning

Detect declarations shadowing imports.

Bad

json := loadConfig() // shadows the json import

Good

encoded := json.Marshal(value)
Navigation

Type to search…

↑↓ navigate↵ selectEsc close