Codebase list golang-github-vbatts-go-mtree / debian/0.4.2-1 updatefuncs_unsupported.go
debian/0.4.2-1

Tree @debian/0.4.2-1 (Download .tar.gz)

updatefuncs_unsupported.go @debian/0.4.2-1

1cf0881
 
 
 
 
 
 
 
 
 
 
// +build !linux

package mtree

import (
	"os"
)

func xattrUpdateKeywordFunc(path string, kv KeyVal) (os.FileInfo, error) {
	return os.Lstat(path)
}