https://github.com/google/cayley
Revision 9bd63d710a5be750af48506de2442c9c0782952e authored by Denys Smirnov on 21 August 2017, 21:48:41 UTC, committed by Denys Smirnov on 08 October 2017, 17:00:19 UTC
1 parent 72e0484
Raw File
Tip revision: 9bd63d710a5be750af48506de2442c9c0782952e authored by Denys Smirnov on 21 August 2017, 21:48:41 UTC
kv: allow to customize indexes
Tip revision: 9bd63d7
build.sh
#!/usr/bin/env bash
go build -ldflags="-X github.com/cayleygraph/cayley/version.GitHash=$(git rev-parse HEAD | cut -c1-12)" -v ./cmd/cayley
back to top