Revision 42da117f2b8c1ebe4810dd5e4e2af784c97a9aae authored by Iddan Aaronsohn on 17 October 2019, 11:48:22 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:16:11 UTC
Register linkedql as a query language
1 parent 0cd7559
Raw File
tools.go
//+build tools

// This file pins a version of tools used for Cayley development in the Go mod. It's ignored during the build.

package cayley

import _ "github.com/gobuffalo/packr/v2/packr2"
back to top