Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 881 Bytes

File metadata and controls

25 lines (15 loc) · 881 Bytes

ar

latest version last commit top language license

ar implements access to ar archives for Go.

The ar file format that this package implements is the version from Plan 9. Modern versions like GNU or BSD are not supported.

You can read more about this format from the Plan 9 man page for ar here.

Installation

Run go get -u github.com/patrickmcnamara/ar.

Documentation

Run go doc ar or visit GoDoc.

License

This project is licensed under the GNU Lesser General Public License v3.0.