-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QA: update code for golangci-lint and run
go fmt
. (#87)
* QA: update code for golangci-lint. Signed-off-by: Nashwan Azhari <[email protected]> * CI: Make linting failures stop test pipeline. Signed-off-by: Nashwan Azhari <[email protected]> --------- Signed-off-by: Nashwan Azhari <[email protected]>
- Loading branch information
Showing
15 changed files
with
146 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
package main | ||
|
||
import ( | ||
// "github.com/Microsoft/windows-container-networking/cni" | ||
"github.com/Microsoft/windows-container-networking/common/core" | ||
) | ||
|
||
/* | ||
// NetPlugin represents the CNI network plugin. | ||
type netPlugin struct { | ||
*cni.Plugin | ||
nm network.Manager | ||
} | ||
*/ | ||
func main() { | ||
core.Core() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
package main | ||
|
||
import ( | ||
// "github.com/Microsoft/windows-container-networking/cni" | ||
"github.com/Microsoft/windows-container-networking/common/core" | ||
) | ||
|
||
/* | ||
// NetPlugin represents the CNI network plugin. | ||
type netPlugin struct { | ||
*cni.Plugin | ||
nm network.Manager | ||
} | ||
*/ | ||
func main() { | ||
core.Core() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
package main | ||
|
||
import ( | ||
// "github.com/Microsoft/windows-container-networking/cni" | ||
"github.com/Microsoft/windows-container-networking/common/core" | ||
) | ||
|
||
/* | ||
// NetPlugin represents the CNI network plugin. | ||
type netPlugin struct { | ||
*cni.Plugin | ||
nm network.Manager | ||
} | ||
*/ | ||
func main() { | ||
core.Core() | ||
} |
Oops, something went wrong.