https://github.com/google/cayley
Raw File
Tip revision: 8b2ad736a6ff7a835fee0ebf93f4cd3fcabe1798 authored by Luis Fung on 14 February 2019, 20:46:26 UTC
Enable native byte array fields on structs
Tip revision: 8b2ad73
.relego.yaml
build:
  - platform: src
  - platform: linux
    arch:
      - amd64
      - arm64
      - arm
      - "386"
  - platform: darwin
    arch:
      - "386"
      - amd64
  - platform: windows
    arch:
      - "386"
      - amd64
ld:
  versionPath: "github.com/cayleygraph/cayley/version.Version"
  buildDatePath: "github.com/cayleygraph/cayley/version.BuildDate"
  gitHashPath: "github.com/cayleygraph/cayley/version.GitHash"
mains:
  - "./cmd/cayley"
include:
  - README.md
  - LICENSE
  - AUTHORS
  - CONTRIBUTORS
  - docs
  - static
  - templates
  - cayley_example.yml
  - data
outputDir: "$GOPATH/bin"
back to top