File: posix.go

package info (click to toggle)
golang-github-hectane-go-acl 0.0~git20190604.da78bae-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 140 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
//+build !windows

package acl

import "os"

// Chmod is os.Chmod.
var Chmod = os.Chmod