Registry / networking / cretz-bine

cretz-bine

JSON →
library0.2.0gogounverified

Bine is a toolkit to assist in creating Tor clients and servers.

go get github.com/cretz/bine
INSTALL
IMPORT
SIG · CRETZ-BINE
C
cretz-bine
networkinggov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bine
github.com/cretz/bine

Starts a Tor instance and creates a dialer

package main import ( "context" "fmt" "github.com/cretz/bine/tor" ) func main() { t, _ := tor.Start(context.Background(), nil) defer t.Close() dialer, _ := t.Dialer(context.Background(), nil) fmt.Println(dialer) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
cretz-bine — go get cretz-bine · libregistry