mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
9 lines
114 B
Go
9 lines
114 B
Go
//go:build windows
|
|
|
|
package cfg
|
|
|
|
// setUmask is a dummy function on Windows.
|
|
func setUmask(umask int) {
|
|
return
|
|
}
|