Skip to content

bitcartel/go-osx-xattr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages