tor_external.go 144 B

123456789
  1. //go:build !with_embedded_tor
  2. package outbound
  3. import "github.com/cretz/bine/tor"
  4. func newConfig() tor.StartConf {
  5. return tor.StartConf{}
  6. }