Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-- authored Feb 22, 2017
1 parent 7a2687e commit b867675
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xattr.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Package xattr provides support for extended attributes on linux, darwin and freebsd.
Extended attributes are name:value pairs associated permanently with files and directories,
similar to the environment strings associated with a process.
An attribute may be defined or undefined. If it is defined, its value may be empty or non-empty.
More details you can find here: https://en.wikipedia.org/wiki/Extended_file_attributes
*/
package xattr

// XAttrError records an error and the operation, file path and attribute that caused it.
Expand Down

0 comments on commit b867675

Please sign in to comment.