mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
7 lines
118 B
Go
7 lines
118 B
Go
package archive
|
|
|
|
// overrideUmask is a no-op on windows.
|
|
func overrideUmask(newmask int) func() {
|
|
return func() {}
|
|
}
|