https://github.com/google/cayley
Raw File
Tip revision: 5966d0a36a44fc465b6e29781c62bfa5b9c93ef1 authored by Denys Smirnov on 11 December 2019, 22:11:52 UTC
add integration point for full text search
Tip revision: 5966d0a
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