Registry / utility / pkg-xattr

pkg-xattr

JSON →
library0.4.12gogounverified

Package xattr provides support for extended attributes on Linux, Darwin, and FreeBSD.

go get github.com/pkg/xattr
INSTALL
IMPORT
SIG · PKG-XATTR
P
pkg-xattr
utilitygov0.4.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xattr
github.com/pkg/xattr

List extended attributes of a file.

package main import ( "fmt" "github.com/pkg/xattr" ) func main() { attrs, err := xattr.List("/path/to/file") if err != nil { panic(err) } fmt.Println(attrs) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.12latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pkg-xattr — go get pkg-xattr · libregistry