Revision a09b6f2ee3d05036112172f3f2816638e8c8953f authored by Olaf Conradi on 04 March 2023, 23:51:57 UTC, committed by Olaf Conradi on 04 March 2023, 23:51:57 UTC
1 parent 94f1b49
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