https://github.com/google/cayley
Raw File
Tip revision: 3a1f51ef5d374d1256f33c6f49a04bb83461b4da authored by camazotz on 27 October 2017, 22:07:42 UTC
Fix toQuadValue method
Tip revision: 3a1f51e
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