github.com/laher/argo@v0.0.0-20140722103944-11d91c83cc0f/README.md (about)

     1  argo
     2  ====
     3  
     4  argo implements access to .ar archives in Go.
     5  
     6   * This library was modelled after Go's own `archive/tar` library, so the code & example resembles it closely. I have included Go's copyright and used a similar BSD-style licence.
     7   * At this stage argo only implements the 'common' format as used for .deb files.
     8   * Note that argo is not currently supporting either workaround for long filenames as defined by GNU ar or BSD ar. Please get in touch if you require this feature.
     9  
    10  Please see [godoc for documentation](http://godoc.org/github.com/laher/argo/ar), including [an example](http://godoc.org/github.com/laher/argo/ar#example-package) and references.
    11  
    12  argo has been tested and checked using `go vet`, `go fmt`, `go test -cover`, [errcheck](https://github.com/kisielk/errcheck) and [golint](https://github.com/golang/lint/golint).  See [gocover for test coverage](http://gocover.io/github.com/laher/argo/ar) - ![Coverage Status](http://gocover.io/_badge/github.com/laher/argo/ar?).