Skip to content

Installation

Terminal window
go get github.com/agent-receipts/ar/sdk/go

Import the packages you need:

import (
receipt "github.com/agent-receipts/ar/sdk/go/receipt"
"github.com/agent-receipts/ar/sdk/go/taxonomy"
"github.com/agent-receipts/ar/sdk/go/store"
)
  • Go 1.26+

The SDK uses modernc.org/sqlite for the store package — a pure Go SQLite implementation that requires no CGO or external C libraries.