Revision 626a374623cc65cf78b3dcc5a8809b4b47addad4 authored by Iddan Aaronsohn on 15 November 2019, 00:29:47 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
Allow providing multiple steps to difference
Improve description of difference
1 parent 3c28900
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