File: modes_unix.go

package info (click to toggle)
golang-github-a8m-tree 0.0~git20171213.cf42b1e-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: sh: 11; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
//+build android darwin linux nacl netbsd

package tree

import "syscall"

const modeExecute = syscall.S_IXUSR | syscall.S_IXGRP | syscall.S_IXOTH