Vendor Go modules

This commit is contained in:
Adam Ierymenko 2019-09-30 12:41:21 -07:00
parent e4799ff8c4
commit c4504fd3ff
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
64 changed files with 18532 additions and 36 deletions

8
go/vendor/github.com/hectane/go-acl/posix.go generated vendored Normal file
View file

@ -0,0 +1,8 @@
//+build !windows
package acl
import "os"
// Chmod is os.Chmod.
var Chmod = os.Chmod