Go

Go

Made by DeepSource

Empty declaration GO-W4005

Bug risk
Minor

Empty declarations are usually the left-overs of a refactor and can be safely removed.

Bad practice

var()

Recommended

// nothing