star/tls/cert_test.go

8 lines
104 B
Go
Raw Permalink Normal View History

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