https://github.com/google/cayley
Raw File
Tip revision: 84b79193a6ed422cf624b495c6d5f62bf8fb8d64 authored by Luis Fung on 21 February 2019, 16:22:40 UTC
FIX: quad.Bytes cleanup (tests passing)
Tip revision: 84b7919
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