https://github.com/google/cayley
Raw File
Tip revision: 89ad5adb32c07f1e7feb59dc2360357e864ce991 authored by Jørgen on 09 January 2018, 00:35:38 UTC
Javascript error from sigma was not visible
Tip revision: 89ad5ad
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