https://github.com/google/cayley
Raw File
Tip revision: f4d927f8eacf1db9bf1ccdedb9f074bd956e96bc authored by Iddan Aaronsohn on 15 December 2019, 20:07:34 UTC
Revert all non-server changes
Tip revision: f4d927f
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