Inspectopedia Help

Empty declaration

Reports empty declarations.

Empty declarations have no effect. If you remove them, you might improve code readability.

Example:

func main() { const () // empty declaration }

You can apply the Delete empty declaration quick-fix to remove this declaration.

Inspection Details

Available in:

GoLand 2023.3

Plugin:

Go, 233.SNAPSHOT

Last modified: 13 July 2023