bine/tor/doc.go

8 lines
288 B
Go
Raw Permalink Normal View History

2018-05-14 20:36:29 +00:00
// Package tor is the high-level client for Tor.
2018-05-15 21:49:57 +00:00
//
// 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.
2018-05-14 20:18:32 +00:00
package tor