mirror of
https://github.com/gotify/server.git
synced 2026-05-07 22:06:38 +08:00
8 lines
70 B
Go
8 lines
70 B
Go
//go:build !unix
|
|
|
|
package runner
|
|
|
|
func umask(_ int) int {
|
|
return 0
|
|
}
|