fox/ipb/helper_test.go
2025-05-29 11:54:33 +08:00

10 lines
135 B
Go

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