mirror of https://github.com/perkeep/perkeep.git
8 lines
94 B
Go
8 lines
94 B
Go
![]() |
// +build !darwin
|
||
|
|
||
|
package fuse
|
||
|
|
||
|
func translateGetxattrError(err Error) Error {
|
||
|
return err
|
||
|
}
|