tAdd note about documentation in Readme. - tordam - A library for peer discovery inside the Tor network
HTML git clone https://git.parazyd.org/tordam
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit f2d58e428131ad3255784e71d58f505392df2325
DIR parent 0f0605f030c2ebc2b6a447c43121b3101ec15e29
HTML Author: parazyd <parazyd@dyne.org>
Date: Mon, 8 Mar 2021 02:01:38 +0100
Add note about documentation in Readme.
Diffstat:
M README.md | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/README.md b/README.md
t@@ -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.