https://github.com/google/cayley
Raw File
Tip revision: ebfc5468aa9f0064e9730ac2b456359fb99969e9 authored by Shubhendra Singh Chauhan on 01 February 2021, 09:39:40 UTC
Fixed code quality issues using DeepSource
Tip revision: ebfc546
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