Initial commit
This commit is contained in:
8
vendor/github.com/hyperhq/hypercli/daemon/execdriver/windows/clean.go
generated
vendored
Normal file
8
vendor/github.com/hyperhq/hypercli/daemon/execdriver/windows/clean.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build windows
|
||||
|
||||
package windows
|
||||
|
||||
// Clean implements the exec driver Driver interface.
|
||||
func (d *Driver) Clean(id string) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user