github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/pkg/archive/diff_windows.go (about) 1 package archive 2 3 // overrideUmask is a no-op on windows. 4 func overrideUmask(newmask int) func() { 5 return func() {} 6 }