github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/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