Skip to content

nightlyone/ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ar

Support ar archives

[![Build Status][1]][2] [![GoDoc][3]][4]

LICENSE

BSD

documentation

package documentation at godoc.org or gowalker.org

build and install

install from source

Install [Go 1.2][5] or later, either [from source][6] or [with a prepackaged binary][7].

Then run

go get github.com/nightlyone/ar

LICENSE

BSD

documentation

contributing

Contributions are welcome. Please open an issue or send me a pull request for a dedicated branch. Make sure the git commit hooks show it works.

git commit hooks

enable commit hooks via

    cd .git ; rm -rf hooks; ln -s ../git-hooks hooks ; cd ..

References: [1]: https://secure.travis-ci.org/nightlyone/ar.png [2]: http://travis-ci.org/nightlyone/ar [3]: https://godoc.org/github.com/nightlyone/ar?status.png [4]: https://godoc.org/github.com/nightlyone/ar [5]: http://golang.org [6]: http://golang.org/doc/install/source [7]: http://golang.org/doc/install