go-mtree/updatefuncs_unsupported.go

10 lines
146 B
Go
Raw Normal View History

// +build !linux
package mtree
import "os"
func xattrUpdateKeywordFunc(path string, kv KeyVal) (os.FileInfo, error) {
return os.Lstat(path)
}