An open API service indexing awesome lists of open source software.

https://github.com/osspkg/go-archives

Package for working with archives
https://github.com/osspkg/go-archives

ar archive go golang package

Last synced: about 1 year ago
JSON representation

Package for working with archives

Awesome Lists containing this project

README

          

# go-archives

[![Coverage Status](https://coveralls.io/repos/github/osspkg/go-archives/badge.svg?branch=master)](https://coveralls.io/github/osspkg/go-archives?branch=master)
[![Release](https://img.shields.io/github/release/osspkg/go-archives.svg?style=flat-square)](https://github.com/osspkg/go-archives/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/osspkg/go-archives)](https://goreportcard.com/report/github.com/osspkg/go-archives)
[![CI](https://github.com/osspkg/go-archives/actions/workflows/ci.yml/badge.svg)](https://github.com/osspkg/go-archives/actions/workflows/ci.yml)

## Install

```sh
go get -u go.osspkg.com/archives
```

## Archives

* ar (Unix) - https://en.wikipedia.org/wiki/Ar_(Unix)

## License

BSD-3-Clause License. See the LICENSE file for details.