package xattr
import "github.com/vbatts/go-mtree/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 ¶
- Version
- v0.5.1
- Published
- Apr 9, 2022
- Platform
- windows/amd64
- Last checked
- 23 minutes ago –
Tools for package owners.