mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-21 06:03:44 +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
|
|
}
|