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 returns the extended attributes (xattr) on file `path`, for the given `name`.
func List ¶
List returns a list of all the extended attributes (xattr) for file `path`
func Set ¶
Set sets the extended attributes (xattr) on file `path`, for the given `name` and `value`
Source Files ¶
- Version
- v0.2.0
- Published
- Aug 16, 2016
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 23 hours ago –
Tools for package owners.