mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 00:06:36 +00:00
Switch to go mod
This commit is contained in:
11
vendor/github.com/vbatts/go-mtree/updatefuncs_unsupported.go
generated
vendored
Normal file
11
vendor/github.com/vbatts/go-mtree/updatefuncs_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !linux
|
||||
|
||||
package mtree
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func xattrUpdateKeywordFunc(path string, kv KeyVal) (os.FileInfo, error) {
|
||||
return os.Lstat(path)
|
||||
}
|
Reference in New Issue
Block a user