mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07: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
|
|
}
|