Revision 5dba1471e4f0fc18a8fed9e9969b46eaaecd593d authored by Iddan Aaronsohn on 17 October 2019, 18:57:30 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:16:12 UTC
1 parent 6b4104c
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