tordam

A library for peer discovery inside the Tor network
git clone https://git.parazyd.org/tordam
Log | Files | Refs | README | LICENSE

commit f2d58e428131ad3255784e71d58f505392df2325
parent 0f0605f030c2ebc2b6a447c43121b3101ec15e29
Author: parazyd <parazyd@dyne.org>
Date:   Mon,  8 Mar 2021 02:01:38 +0100

Add note about documentation in Readme.

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -26,3 +26,5 @@ services in the Tor network with simple mechanisms. A basic integration example can be found and reviewed in the form of a single go file: [cmd/tor-dam/tor-dam.go](cmd/tor-dam/tor-dam.go). + +Most of the library's code is documented in the source, along with godoc.