mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-02 04:43:53 +00:00
9 lines
146 B
Go
9 lines
146 B
Go
// +build windows
|
|
|
|
package windows
|
|
|
|
// Clean implements the exec driver Driver interface.
|
|
func (d *Driver) Clean(id string) error {
|
|
return nil
|
|
}
|