Revision 89de8168eff835d5f22c2b4a3fd1fa3f1b5dad16 authored by Iddan Aaronsohn on 07 July 2020, 22:47:31 UTC, committed by GitHub on 07 July 2020, 22:47:31 UTC
1 parent 00a8fcf
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