diff --git a/README.md b/README.md index bab8b7133..150b8f5ac 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,10 @@ See [`_examples`](_examples) directory for complete standalone examples. Testing with custom formatter for assertion messages. +* [`tls_test.go`](_examples/tls_test.go) + + Testing a tls server made with `net/http` and `crypto/tls` + ## Quick start ##### Hello, world!