https://github.com/google/cayley
Revision 6888c6eede5e7d273c19b28a7d61d529c3a39ea7 authored by Iddan Aaronsohn on 26 October 2019, 21:45:19 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent 8a31698
Raw File
Tip revision: 6888c6eede5e7d273c19b28a7d61d529c3a39ea7 authored by Iddan Aaronsohn on 26 October 2019, 21:45:19 UTC
linkedql: Corrected syntax in value_iterator
Tip revision: 6888c6e
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