This website requires JavaScript.
Explore
Help
Sign In
colin
/
sharded-gotify
Watch
1
Star
0
Fork
You've already forked sharded-gotify
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
364cd71e45
sharded-gotify
/
runner
/
umask_fallback.go
8 lines
70 B
Go
Raw
Blame
History
//go:build !unix
package
runner
func
umask
(
_
int
)
int
{
return
0
}
Reference in New Issue
View Git Blame
Copy Permalink