Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 648 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 648 Bytes

go-apk

GoDoc Go Report Card

package apk provides a golang SDK to the alpine packages.

It can download indices, and packages, parsing the strange format of the APKINDEX serialisation file.

The [./example/](./example/) directory should be enough to get you started with this package, but all questions and PRs are welcome.


Readme created from Go doc with goreadme