Versions in this module Expand all Collapse all v0 v0.0.5 Nov 20, 2015 v0.0.1 Jul 16, 2015 Changes in this version + var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, ...) + func Getxattr(path, attr string) (string, error) + func Listxattr(path string) ([]string, error) + func Setxattr(path, xattr, value string) error + func XattrEnabled(path string) bool — linux/amd64