github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/pkg/containerfs/rm_windows.go (about) 1 package containerfs // import "github.com/docker/docker/pkg/containerfs" 2 3 import "os" 4 5 // EnsureRemoveAll is an alias to os.RemoveAll on Windows 6 var EnsureRemoveAll = os.RemoveAll