Revision 9d3b0f86dd54e14be086942c7917ae8fa431e04b authored by Iddan Aaronsohn on 17 October 2019, 12:14:26 UTC, committed by Iddan Aaronsohn on 22 October 2019, 22:17:07 UTC
1 parent 176791c
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