summaryrefslogtreecommitdiff
path: root/vendor/github.com/wybiral/torgo/README.md
diff options
context:
space:
mode:
authordavy <davy.wybiral@gmail.com>2019-07-03 16:55:03 -0500
committerdavy <davy.wybiral@gmail.com>2019-07-03 16:55:03 -0500
commit442e3c6dcf35cc1ca508e617f94198637e761bc8 (patch)
tree8d6b6210ce98385180766fa14984e2c47f779050 /vendor/github.com/wybiral/torgo/README.md
parent53bc0c19fadcfb7ae9a608ed1f9f6268d1670368 (diff)
dep ensurev0.1.0
Diffstat (limited to 'vendor/github.com/wybiral/torgo/README.md')
-rw-r--r--vendor/github.com/wybiral/torgo/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/wybiral/torgo/README.md b/vendor/github.com/wybiral/torgo/README.md
new file mode 100644
index 0000000..16657c3
--- /dev/null
+++ b/vendor/github.com/wybiral/torgo/README.md
@@ -0,0 +1,6 @@
+# torgo [![GoDoc](https://godoc.org/github.com/wybiral/torgo?status.svg)](https://godoc.org/github.com/wybiral/torgo)
+This is a Go library for interacting with Tor over the standard controller interface. It simplifies tasks like creating ephemeral hidden services, working with private keys, and making SOCKS proxied client requests on the Tor network.
+
+# Examples
+* [/examples/hello-world](https://github.com/wybiral/torgo/blob/master/examples/hello-world)
+* [godoc examples](https://godoc.org/github.com/wybiral/torgo#pkg-examples)