Skip to content

mineo/gocaa

Repository files navigation

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"