Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 381 Bytes

go-osx-xattr

Package xattr wraps OS X functions to manipulate the extended attributes of a file, directory and symbolic link.

Installation

Building is done with the go tool. If you have setup your GOPATH correctly the following should work:

go build github.com/bitcartel/go-osx-xattr

To use the package in your code:

import "github.com/bitcartel/go-osx-xattr"