package xattr
import "github.com/vbatts/tar-split/xattr"
Index ¶
- func Get(path, name string) ([]byte, error)
- func List(path string) ([]string, error)
- func Set(path, name string, value []byte) error
Functions ¶
func Get ¶
Get would return the extended attributes, but this unsupported feature returns nil, nil
func List ¶
List would return the keys of extended attributes, but this unsupported feature returns nil, nil
func Set ¶
Set would set the extended attributes, but this unsupported feature returns nil
Source Files ¶
Tools for package owners.