mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Fix go test in execdriver\lxc
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
a154b95d06
commit
30ab497e17
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue