Installation
Warning
New Documentation https://yandex.github.io/pandora/
Download binary release or build from source.
We use go 1.11 modules. If you build pandora inside $GOPATH, please make sure you have env variable GO111MODULE set to on.
git clone https://github.com/yandex/pandora.git
make deps
go install
You can also cross-compile for other arch/os:
GOOS=linux GOARCH=amd64 go build