package ipb import ( "testing" ) func TestWipeWarn(t *testing.T) { t.Log(MakeMsg("serviceName", 1, 2, 3, []byte("hello world"))) }