star/tls/cert_test.go

8 lines
106 B
Go
Raw Normal View History

2024-04-14 00:25:30 +08:00
package tls
import "testing"
func TestCert(t *testing.T) {
2025-03-25 10:00:26 +08:00
//showTls("139.199.163.65:443", true, "")
2024-04-14 00:25:30 +08:00
}