mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
9 lines
182 B
Go
9 lines
182 B
Go
|
// +build tools
|
||
|
|
||
|
package testing
|
||
|
|
||
|
// Trick go mod into requiring protoc-gen-go-cast and therefore Gazelle won't prune it.
|
||
|
import (
|
||
|
_ "github.com/prysmaticlabs/protoc-gen-go-cast"
|
||
|
)
|