package cdn import "testing" func TestTx(t *testing.T) { err := PurgeTxCdnPath("https://cdn.ttsj.gamegold.net.cn") if err != nil { panic(err) } }