https://github.com/google/cayley
Raw File
Tip revision: 767b3d9d4372ee6697402c35e514c37d0f4110db authored by CatUnderCar on 11 January 2023, 10:29:21 UTC
fix: Repl with `gizmo` close iterator interrupted
Tip revision: 767b3d9
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