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