Versions in this module Expand all Collapse all v0 v0.20.0 Jun 24, 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