Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.12 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.12 KB

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