From 32df8406c190d76ba80dcdefa47f977940ef7f9b Mon Sep 17 00:00:00 2001 From: Chris Van de Gejuchte Date: Tue, 12 Sep 2017 12:24:16 +0200 Subject: [PATCH] Adds client example --- README.md | 79 +++++++++++++++++++++++++++++++++++++++++++- example/tlsclient.go | 66 ++++++++++++++++++++++++++++++++++++ 2 files changed, 144 insertions(+), 1 deletion(-) create mode 100644 example/tlsclient.go diff --git a/README.md b/README.md index f2da3e3..9d89816 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# This is a fork of github.com/tidwall/redcon that adds TLS support +# This is a fork of github.com/tidwall/redcon that adds TLS support