github.com/moby/docker@v26.1.3+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