https://github.com/google/cayley
Revision 09fdacb6f6337aeb19279e30199c3f07a4f9ef9b authored by Denys Smirnov on 08 November 2019, 15:02:52 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:02:52 UTC
1 parent a2350a9
Raw File
Tip revision: 09fdacb6f6337aeb19279e30199c3f07a4f9ef9b authored by Denys Smirnov on 08 November 2019, 15:02:52 UTC
path: implement HasPath helper (#887)
Tip revision: 09fdacb
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