pandora

Home


Installation

Download binary release or build from source.

Pandora uses go modules.

git clone https://github.com/yandex/pandora.git
cd pandora
go mod download

You can also cross-compile for other arch/os:

GOOS=linux GOARCH=amd64 go build

Home