https://github.com/google/cayley
Revision 7b1ee5c237a3a5459eb6cb42f6569992880d2115 authored by Iddan Aaronsohn on 16 November 2019, 16:29:04 UTC, committed by Denys Smirnov on 15 December 2019, 12:51:25 UTC
1 parent ff4b863
Raw File
Tip revision: 7b1ee5c237a3a5459eb6cb42f6569992880d2115 authored by Iddan Aaronsohn on 16 November 2019, 16:29:04 UTC
linkedql: Add comments for PropertyIRIStrings
Tip revision: 7b1ee5c
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