prysm-pulse/beacon-chain/rpc/beaconv1/server_test.go
Victor Farazdagi d98a6dda8f
Verify interface compliance using typed nil instead of dereferencing and conversion (#7489)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-10 00:36:48 +00:00

6 lines
126 B
Go

package beaconv1
import ethpb "github.com/prysmaticlabs/ethereumapis/eth/v1"
var _ ethpb.BeaconChainServer = (*Server)(nil)