https://github.com/google/cayley
Raw File
Tip revision: 3cd32b7314d5cfe8554c8d7b987318432c25249f authored by Luis Fung on 21 February 2019, 18:15:59 UTC
Clean up graphtest.go and indexing.go
Tip revision: 3cd32b7
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