mirror of
https://github.com/rancher/plugins.git
synced 2025-09-28 08:00:39 +00:00
mechanical: fix lint errors
Upgraded golangci-lint, some new errors appeared. Signed-off-by: Casey Callendrello <c1@caseyc.net>
This commit is contained in:
@@ -38,7 +38,7 @@ var _ = Describe("Link", func() {
|
||||
var (
|
||||
hostNetNS ns.NetNS
|
||||
containerNetNS ns.NetNS
|
||||
ifaceCounter int = 0
|
||||
ifaceCounter = 0
|
||||
hostVeth net.Interface
|
||||
containerVeth net.Interface
|
||||
hostVethName string
|
||||
|
Reference in New Issue
Block a user