prysm-pulse/proto/testing/gocast.go
Håvard Anda Estensen b55ddb5a34
Use go:build lines and remove obsolete +build lines (#10704)
* Use go:build lines and remove obsolete +build lines

* Run gazelle

* Update crypto/bls/blst/stub.go

* Update crypto/bls/blst/stub.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: Nishant Das <nishdas93@gmail.com>
2022-06-14 11:47:27 +00:00

9 lines
183 B
Go

//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"
)