github.com/rumpl/bof@v23.0.0-rc.2+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