https://github.com/google/cayley
Revision 4c9bdfbddae5b827a6c039909b34d4a4c96f07bf authored by Denys Smirnov on 16 November 2019, 17:51:10 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent 083ef1c
Raw File
Tip revision: 4c9bdfbddae5b827a6c039909b34d4a4c96f07bf authored by Denys Smirnov on 16 November 2019, 17:51:10 UTC
linkedql: rename iterator files to have a common prefix
Tip revision: 4c9bdfb
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