Fix linter errors

This commit is contained in:
Daniel
2023-04-25 14:37:29 +02:00
parent 34e035858d
commit 5bb2813459
14 changed files with 17 additions and 14 deletions

View File

@@ -114,5 +114,7 @@ func (i *BindInfo) GetUIDandInode() (int, int) {
}
// Compile time checks.
var _ Info = new(ConnectionInfo)
var _ Info = new(BindInfo)
var (
_ Info = new(ConnectionInfo)
_ Info = new(BindInfo)
)