Documentation ¶
Overview ¶
Package utils implements useful utilities for dealing with Tor and it's control port.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseControlPortString ¶
ParseControlPortString parses a string representation of a control port address into a network/address string pair suitable for use with "dial".
Valid string representations are:
- tcp://address:port
- unix://path
- port (Translates to tcp://127.0.0.1:port)
func SplitQuoted ¶
SplitQuoted splits s by sep if it is found outside substring quoted by quote.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.