cretz / bine

Go library for accessing and embedding Tor clients and servers
MIT License
761 stars 71 forks source link

made a seperate func instead of anon func #79

Closed thebigbone closed 1 year ago

thebigbone commented 1 year ago

for easy readability

cretz commented 1 year ago

Anon func is good enough for Go docs at https://pkg.go.dev/net/http, probably good enough for the one-liner here

thebigbone commented 1 year ago

Should I close it?

cretz commented 1 year ago

I can, no problem.