mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-30 22:06:32 -04:00
9 lines
115 B
Go
9 lines
115 B
Go
//go:build windows
|
|
|
|
package core
|
|
|
|
// setUmask is a dummy function on Windows.
|
|
func setUmask(umask int) {
|
|
return
|
|
}
|