goshopping is a Go client library for accessing the Shopify API.
import "github.com/dommmel/goshopping/shopify"
Construct a new Shopify client, then use it to access different parts of the Shopify API. For example for a private app
client := shopify.NewPrivateClient(nil, "apiKey", "password", "shopName")