mirror of
https://github.com/mudler/luet.git
synced 2025-09-14 22:29:21 +00:00
update vendor
This commit is contained in:
12
vendor/github.com/vbatts/go-mtree/stat_windows.go
generated
vendored
12
vendor/github.com/vbatts/go-mtree/stat_windows.go
generated
vendored
@@ -1,12 +0,0 @@
|
||||
// +build windows
|
||||
|
||||
package mtree
|
||||
|
||||
import "os"
|
||||
|
||||
func statIsUID(stat os.FileInfo, uid int) bool {
|
||||
return false
|
||||
}
|
||||
func statIsGID(stat os.FileInfo, uid int) bool {
|
||||
return false
|
||||
}
|
Reference in New Issue
Block a user