Revision af65129763884da7f91b57fd422159b10ede90ee authored by Iddan Aaronsohn on 27 December 2019, 18:13:17 UTC, committed by Denys Smirnov on 30 December 2019, 10:43:44 UTC
1 parent f29f002
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