summaryrefslogtreecommitdiff
path: root/pkg/containerfs/rm_windows.go
blob: 779979ed3df0ece44dc529724118904de5a6ba58 (plain)
1
2
3
4
5
6
package containerfs // import "github.com/docker/docker/pkg/containerfs"

import "os"

// EnsureRemoveAll is an alias to os.RemoveAll on Windows
var EnsureRemoveAll = os.RemoveAll