cmd/devp2p/internal/ethtest: remove WriteTo method (#23379)
WriteTo is unused, and go vet warns about it because it doesn't match the usual signature of the io.WriterTo method.
Showing
Please register or sign in to comment
WriteTo is unused, and go vet warns about it because it doesn't match the usual signature of the io.WriterTo method.