Windows: Fix go test in execdriver\lxc
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 30ab497e174cdf788b8e7864c2e2e4019a119978 Component: engine
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
package lxc
|
||||
|
||||
// InitArgs contains args provided to the init function for a driver
|
||||
type InitArgs struct {
|
||||
}
|
||||
|
||||
func finalizeNamespace(args *InitArgs) error {
|
||||
panic("Not supported on this platform")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user