https://github.com/google/cayley
Raw File
Tip revision: 38b3efd3f5c23ec0eb740bbb1b472e1a9e2e8d15 authored by Denys Smirnov on 14 February 2019, 23:18:16 UTC
fix go mod issues
Tip revision: 38b3efd
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