https://github.com/google/cayley
Revision 17a75920b65f0d109f5703e051b0b1fcba8d0f74 authored by Iddan Aaronsohn on 27 December 2019, 17:26:54 UTC, committed by Denys Smirnov on 18 January 2020, 18:27:28 UTC
1 parent 5a93475
Raw File
Tip revision: 17a75920b65f0d109f5703e051b0b1fcba8d0f74 authored by Iddan Aaronsohn on 27 December 2019, 17:26:54 UTC
Use ns in entity_identifier
Tip revision: 17a7592
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