https://github.com/google/cayley
Revision c497cfa64411ee3cd77d074462c4b6a2c4cfb8d2 authored by Iddan Aaronsohn on 27 October 2019, 01:05:42 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent 8bfec0d
Raw File
Tip revision: c497cfa64411ee3cd77d074462c4b6a2c4cfb8d2 authored by Iddan Aaronsohn on 27 October 2019, 01:05:42 UTC
linkedql: Fix Identified JSON and add comments
Tip revision: c497cfa
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