https://github.com/google/cayley
Raw File
Tip revision: 145feda1bac145a428a5b606a517a6f65f68aea8 authored by Denys Smirnov on 15 October 2019, 08:49:01 UTC
sql: remove legacy quadstore type
Tip revision: 145feda
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