diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-14 18:37:20 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-14 18:37:20 +0000 |
| commit | 1290e823ca40471136d8dfccfe741c17a80c4d35 (patch) | |
| tree | 2fdac15b1cc908cabdd8e81f25749ae984b27b44 /internal | |
| parent | b75b53a6ac5653a79fc1c7bf95b9fb8a85ce71de (diff) | |
| download | x-1290e823ca40471136d8dfccfe741c17a80c4d35.tar.xz x-1290e823ca40471136d8dfccfe741c17a80c4d35.zip | |
docs
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/tokipona/doc.go | 2 | ||||
| -rw-r--r-- | internal/tor/tor.go | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/internal/tokipona/doc.go b/internal/tokipona/doc.go new file mode 100644 index 0000000..b777259 --- /dev/null +++ b/internal/tokipona/doc.go @@ -0,0 +1,2 @@ +// Package tokipona adds a copyright notice that pu wants to the list of licenses. +package tokipona diff --git a/internal/tor/tor.go b/internal/tor/tor.go index 18e5016..a7ad373 100644 --- a/internal/tor/tor.go +++ b/internal/tor/tor.go @@ -1,3 +1,4 @@ +// Package tor manages and automates starting a child tor process for exposing TCP services into onionland. package tor import ( |
