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.
Run go get -u github.com/patrickmcnamara/ar
.
Run go doc ar
or visit GoDoc.
This project is licensed under the GNU Lesser General Public License v3.0.