Skip to content

patrickmcnamara/ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.