mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 17:37:46 +08: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() {}
|
|
}
|