Hi,
Using Mac OS X 10.7.3 and Go 1
From the example and my own tests, both writing and deleting a key-value pair succeeds (confirmed with /usr/bin/xattr).
However, Getxattr always returns an empty value.
value, _ := xattr.Getxattr(file, name)
Thanks.
Hi,
Using Mac OS X 10.7.3 and Go 1
From the example and my own tests, both writing and deleting a key-value pair succeeds (confirmed with /usr/bin/xattr).
However, Getxattr always returns an empty value.
Thanks.