mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-01 04:13:36 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
// +build windows
|
|
|
|
package windows
|
|
|
|
func (d *driver) Clean(id string) error {
|
|
return nil
|
|
}
|