star/tls/cert_test.go
2024-04-14 00:25:30 +08:00

8 lines
104 B
Go

package tls
import "testing"
func TestCert(t *testing.T) {
showTls("139.199.163.65:443", true, "")
}