package ib import ( "testing" ) func TestQP(t *testing.T) { qp := &queuePair{} qp.PostSendImm() }