package xattr

import "github.com/vbatts/tar-split/xattr"

Index

Functions

func Get

func Get(path, name string) ([]byte, error)

Get would return the extended attributes, but this unsupported feature returns nil, nil

func List

func List(path string) ([]string, error)

List would return the keys of extended attributes, but this unsupported feature returns nil, nil

func Set

func Set(path, name string, value []byte) error

Set would set the extended attributes, but this unsupported feature returns nil

Source Files

xattr_unsupported.go

Version
v0.3.0
Published
Dec 8, 2016
Platform
js/wasm
Last checked
2 hours ago

Tools for package owners.