https://github.com/google/cayley
Raw File
Tip revision: f89e1268e80c583ff970b2a0b2e1a03177438576 authored by Iddan Aaronsohn on 28 March 2020, 21:10:10 UTC
Use PropertyPath everywhere it should be
Tip revision: f89e126
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