This package contains a library to access the Cover Art Archive from Go.
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"