Revision c91cf1f1bf5e2e483885856406f4e20d934bedd7 authored by Iddan Aaronsohn on 26 October 2019, 21:43:19 UTC, committed by Denys Smirnov on 03 November 2019, 13:04:57 UTC
1 parent d8e0a88
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