Revision 7b5e4a01c5df41a4ff850b41569765a80f1a6b11 authored by Jørgen on 09 January 2018, 00:35:38 UTC, committed by Denys Smirnov on 09 January 2018, 10:12:12 UTC
And caused the visualizer to stay blank when running queries.
1 parent fd6fbf9
Raw File
.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