// -*- mode: go -*- package test import ( eth1 "github.com/XinFinOrg/XDPoSChain/eth" eth2 "github.com/XinFinOrg/XDPoSChain/eth/protocols/eth" ) type Test struct { A eth1.MinerAPI B eth2.GetReceiptsPacket }