github.com/prysmaticlabs/prysm@v1.4.4/proto/testing/gocast.go (about)

     1  // +build tools
     2  
     3  package testing
     4  
     5  // Trick go mod into requiring protoc-gen-go-cast and therefore Gazelle won't prune it.
     6  import (
     7  	_ "github.com/prysmaticlabs/protoc-gen-go-cast"
     8  )