1 2 3 4 5 6
package archive // overrideUmask is a no-op on windows. func overrideUmask(newmask int) func() { return func() {} }