golangci-lint round #3

this is the third round of preparing to use the golangci-lint on our
code base.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-07-11 05:44:12 -05:00
parent a5aa44c583
commit db826d5d75
51 changed files with 161 additions and 150 deletions

View File

@@ -151,7 +151,6 @@ type iptablesBackend struct {
protos map[iptables.Protocol]*iptables.IPTables
privChainName string
adminChainName string
ifName string
}
// iptablesBackend implements the FirewallBackend interface