summaryrefslogtreecommitdiff
path: root/vendor/github.com/wybiral/torgo/README.md
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-21 08:20:16 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-21 08:20:16 +1000
commitd7a1eab5beba4241dab4402c5cd268432d7b46cd (patch)
tree6383b4ebf511b58597d827dc5af00b71c72caf38 /vendor/github.com/wybiral/torgo/README.md
parent13ffd7117180d1a3093ff291481caeb07a8b71de (diff)
Migrate to Go111Modules, Add Dockerfile and GoRelaser support
Diffstat (limited to 'vendor/github.com/wybiral/torgo/README.md')
-rw-r--r--vendor/github.com/wybiral/torgo/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/wybiral/torgo/README.md b/vendor/github.com/wybiral/torgo/README.md
deleted file mode 100644
index 16657c3..0000000
--- a/vendor/github.com/wybiral/torgo/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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)