From 2c38aefb9dadd3838ac1ee0fb14d4957e755a29b Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Wed, 23 Oct 2013 11:31:28 -0400 Subject: [PATCH] add go client to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dfef4a8..c7d7f4b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ client.on('error', function(err) { }); ``` +## other clients ## + +Clients in other languages + +*go* [gotunnelme](https://github.com/NoahShen/gotunnelme) + ## server ## See shtylman/localtunnel-server for details on the server that powers localtunnel.