Revision a2350a910ae30d6989664dc1ed7d06d1cc26fd74 authored by Russell Smith on 05 November 2019, 00:46:10 UTC, committed by Denys Smirnov on 05 November 2019, 01:37:27 UTC
1 parent 862dca5
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