https://github.com/google/cayley
Raw File
Tip revision: 027401aa8a350e0e7f4ecbd74fb485c84c8ed194 authored by camazotz on 15 December 2017, 21:54:46 UTC
Removed extra items
Tip revision: 027401a
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