8 lines
92 B
Go
8 lines
92 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
func setUmask() {
|
|
// umask is not supported on Windows
|
|
}
|