elvish/pkg/testutil/umask_windows.go

4 lines
51 B
Go
Raw Permalink Normal View History

package testutil
func umask(int) int { return 0 }