https://github.com/google/cayley
Revision 165649a9b6d945572d84005fd415b9dc14455911 authored by Denys Smirnov on 15 December 2019, 12:38:09 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent ff5f2e2
Raw File
Tip revision: 165649a9b6d945572d84005fd415b9dc14455911 authored by Denys Smirnov on 15 December 2019, 12:38:09 UTC
linkedql: move main types to a single file
Tip revision: 165649a
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