https://github.com/google/cayley
Raw File
Tip revision: 731a1993db062ccc1136210ff86811d3f21a9837 authored by Iddan Aaronsohn on 13 November 2019, 15:52:25 UTC
Use 0755 mode for creating folder
Tip revision: 731a199
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