sharded-gotify/runner/umask_fallback.go

8 lines
70 B
Go

//go:build !unix
package runner
func umask(_ int) int {
return 0
}