https://github.com/google/cayley
Raw File
Tip revision: 8c05dcab2bf40d3281b0608ac5a836cf616badcb authored by zhangliang03 on 21 June 2021, 02:44:32 UTC
fix map rw bug
Tip revision: 8c05dca
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