Source File
umask_unix.go
Belonging Package
src.elv.sh/pkg/daemon
// +build !windows,!plan9,!jspackage daemonimport// Make sure that files created by the daemon is not accessible to other users.func () { unix.Umask(0077) }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)