https://github.com/google/cayley
Revision 9ed2ff236cada2d54be9983639d1e172ddad0ba0 authored by Iddan Aaronsohn on 18 October 2019, 12:27:06 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:16:12 UTC
1 parent ad62225
Raw File
Tip revision: 9ed2ff236cada2d54be9983639d1e172ddad0ba0 authored by Iddan Aaronsohn on 18 October 2019, 12:27:06 UTC
linkedql: Test OutPredicates
Tip revision: 9ed2ff2
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