Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 589 Bytes

gocaa

Build Status GoDoc

This package contains a library to access the Cover Art Archive from Go.

Installation

To get the latest stable version, use

go get gopkg.in/mineo/gocaa.v1

and import it with

import "gopkg.in/mineo/gocaa.v1"

To get the latest version, use

go get github.com/mineo/gocaa

and import it with

import "github.com/mineo/gocaa"