https://github.com/google/cayley
Raw File
Tip revision: 09a43760f1bccfe82a4b101ecb79d84c51e37532 authored by camazotz on 03 November 2017, 19:51:29 UTC
safe assert on value
Tip revision: 09a4376
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