github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/daemon/execdriver/windows/clean.go (about) 1 // +build windows 2 3 package windows 4 5 // Clean implements the exec driver Driver interface. 6 func (d *Driver) Clean(id string) error { 7 return nil 8 }