Vendor Go modules
This commit is contained in:
parent
e4799ff8c4
commit
c4504fd3ff
64 changed files with 18532 additions and 36 deletions
8
go/vendor/github.com/hectane/go-acl/posix.go
generated
vendored
Normal file
8
go/vendor/github.com/hectane/go-acl/posix.go
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
//+build !windows
|
||||
|
||||
package acl
|
||||
|
||||
import "os"
|
||||
|
||||
// Chmod is os.Chmod.
|
||||
var Chmod = os.Chmod
|
Loading…
Add table
Add a link
Reference in a new issue