summaryrefslogtreecommitdiff
path: root/vendor/github.com/cretz/bine/tor/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/cretz/bine/tor/doc.go')
-rw-r--r--vendor/github.com/cretz/bine/tor/doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/cretz/bine/tor/doc.go b/vendor/github.com/cretz/bine/tor/doc.go
new file mode 100644
index 0000000..a58086a
--- /dev/null
+++ b/vendor/github.com/cretz/bine/tor/doc.go
@@ -0,0 +1,7 @@
+// Package tor is the high-level client for Tor.
+//
+// The Tor type is a combination of a Tor instance and a connection to it.
+// Use Start to create Tor. Then Dialer or Listener can be used.
+//
+// Some of this code is lifted from https://github.com/yawning/bulb with thanks.
+package tor