File: vfst_unix_test.go

package info (click to toggle)
golang-github-twpayne-go-vfs 4.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 30
file content (10 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
//go:build !windows
// +build !windows

package vfst

import "syscall"

func init() {
	syscall.Umask(0o22)
}