github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/net/proxy/mixed/mixed_test.go (about)

     1  package mixed
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/Asutorufa/yuhaiin/pkg/net/netapi"
     7  )
     8  
     9  func TestNoneClose(t *testing.T) {
    10  	var x *netapi.ChannelListener
    11  	noneNilClose(x)
    12  }